Html Css Color HEX #4EA878 Ocean Green

📋 copy color: '#4EA878'

red 78 ◦ green 168 ◦ blue 120

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

Shades of Ocean Green #4EA878

Tints of Ocean Green #4EA878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.9%

 BLUE value IS 120 (47.27% from 255) = 32.79%

R = 21.31%
G = 45.9%
B = 32.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#4EA878 (or 0x4EA878) is known color: Ocean Green. HEX triplet: 4E, A8 and 78. RGB value is (78,168,120). Sum of RGB (Red+Green+Blue) = 78+168+120=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA878 is #B15787. Grayscale: #878787. Windows color (decimal): -11622280 or 7907406. OLE color: 7907406.

HSL color Cylindrical-coordinate representation of color #4EA878: hue angle of 148º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA878 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 78 168 120 -
CMYK 0.54 0 0.29 0.34
HSL 148º 0.37% 0.48% -
HSV(B) 148º 0.54% 0.66% -
XYZ 20.53 30.98 22.67 -
YUV 135.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 78 168 120 0.54 0 0.29 0.34 148 0.37 0.48
Hex 4E A8 78 36 0 1D 22 94 25 30
Octal 116 250 170 66 0 35 42 224 45 60
Binary 1001110 10101000 1111000 110110 0 11101 100010 10010100 100101 110000

Color Harmonies of #4EA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA878

Black with #4EA878

Text Example


Text Example

White with #4EA878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,168,120); }

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

background-color css

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

 a { background-color: rgb(78,168,120); }

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

border-color css

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

 span { border-color: rgb(78,168,120); }

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