#4EAA6A

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

Shades of Ocean Green #4EAA6A

Tints of Ocean Green #4EAA6A

Color information

#4EAA6A (or 0x4EAA6A) is unknown color: approx Ocean Green. HEX triplet: 4E, AA and 6A. RGB value is (78,170,106). Sum of RGB (Red+Green+Blue) = 78+170+106=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAA6A is #B15595. Grayscale: #878787. Windows color (decimal): -11621782 or 6990414. OLE color: 6990414.

HSL color Cylindrical-coordinate representation of color #4EAA6A: hue angle of 138.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAA6A is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB78170106-
CMYK0.5400.380.33
HSL138.26º37.1%48.63%-
HSV(B)138.26º54.12%66.67%-
XYZ20.1231.4118.64-
YUV135.2111.5287.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.03%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=22.03%
G=48.02%
B=29.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781701060.5400.380.33138.2637.148.63
Hex4EAA6A36026218a2531
Octal11625215266046412124561
Binary1001110101010101101010110110010011010000110001010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,170,106); }

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

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

 a { background-color: rgb(78,170,106); }

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

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

 span { border-color: rgb(78,170,106); }

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