#4EB669

Color #4EB669 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4EB669

Tints of Ocean Green #4EB669

Color information

#4EB669 (or 0x4EB669) is unknown color: approx Ocean Green. HEX triplet: 4E, B6 and 69. RGB value is (78,182,105). Sum of RGB (Red+Green+Blue) = 78+182+105=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #4EB669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB669 is #B14996. Grayscale: #8E8E8E. Windows color (decimal): -11618711 or 6927950. OLE color: 6927950.

HSL color Cylindrical-coordinate representation of color #4EB669: hue angle of 135.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4EB669 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB78182105-
CMYK0.5700.420.29
HSL135.58º41.6%50.98%-
HSV(B)135.58º57.14%71.37%-
XYZ22.4236.119.15-
YUV142.13107.0482.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 21.37%
GREEN value IS 182 (71.48% from 255) = 49.86%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=21.37%
G=49.86%
B=28.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal781821050.5700.420.29135.5841.650.98
Hex4EB6693902A1D882a33
Octal11626615171052352105263
Binary100111010110110110100111100101010101110110001000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EB669; }

 p { color: rgb(78,182,105); }

 H1.HeaderClassName
 {
   color: #4EB669;
 }
 .AnyTagClassName
 {
   color: #4EB669;
 }
</style>
background-color css

<style>
 a { background-color: #4EB669; }

 a { background-color: rgb(78,182,105); }

 div.DivClassName
 {
   background-color: #4EB669;
 }
 .BgClassName
 {
   background-color: #4EB669;
 }
</style>
border-color css

<style>
 span { border-color: #4EB669; }

 span { border-color: rgb(78,182,105); }

 td.TdClassName
 {
   border-color: #4EB669;
 }
 .TagClassName
 {
   border-color: #4EB669;
 }
</style>