Html Css Color HEX #4EAA6B Ocean Green

📋 copy color: '#4EAA6B'

red 78 ◦ green 170 ◦ blue 107

#4EAA6B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4EAA6B

Tints of Ocean Green #4EAA6B

RGB

 RED value IS 78 (30.86% from 255) = 21.97%

 GREEN value IS 170 (66.8% from 255) = 47.89%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 21.97%
G = 47.89%
B = 30.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#4EAA6B (or 0x4EAA6B) is known color: Ocean Green. HEX triplet: 4E, AA and 6B. RGB value is (78,170,107). Sum of RGB (Red+Green+Blue) = 78+170+107=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EAA6B is #B15594. Grayscale: #878787. Windows color (decimal): -11621781 or 7055950. OLE color: 7055950.

HSL color Cylindrical-coordinate representation of color #4EAA6B: hue angle of 138.91º 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 #4EAA6B is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 170 107 -
CMYK 0.54 0 0.37 0.33
HSL 138.91º 0.37% 0.49% -
HSV(B) 138.91º 0.54% 0.67% -
XYZ 20.17 31.43 18.91 -
YUV 135.31 112.02 87.12 -
System Red Green Blue C M Y K H S L
Decimal 78 170 107 0.54 0 0.37 0.33 138.91 0.37 0.49
Hex 4E AA 6B 36 0 25 21 8B 25 31
Octal 116 252 153 66 0 45 41 213 45 61
Binary 1001110 10101010 1101011 110110 0 100101 100001 10001011 100101 110001

Color Harmonies of #4EAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EAA6B

Black with #4EAA6B

Text Example


Text Example

White with #4EAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EAA6B;
 }
 .AnyTagClassName
 {
   color: #4EAA6B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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