#4EA982

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

Shades of Ocean Green #4EA982

Tints of Ocean Green #4EA982

Color information

#4EA982 (or 0x4EA982) is unknown color: approx Ocean Green. HEX triplet: 4E, A9 and 82. RGB value is (78,169,130). Sum of RGB (Red+Green+Blue) = 78+169+130=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 130 (51.17% from 255 or 34.48% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA982 is #B1567D. Grayscale: #898989. Windows color (decimal): -11622014 or 8563022. OLE color: 8563022.

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

Color convert

RGB78169130-
CMYK0.5400.230.34
HSL154.29º36.84%48.43%-
HSV(B)154.29º53.85%66.27%-
XYZ21.3631.6126.09-
YUV137.34123.8585.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 130 (51.17% from 255) = 34.48%
R=20.69%
G=44.83%
B=34.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal781691300.5400.230.34154.2936.8448.43
Hex4EA98236017229a2530
Octal11625120266027422324560
Binary1001110101010011000001011011001011110001010011010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,169,130); }

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

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

 a { background-color: rgb(78,169,130); }

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

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

 span { border-color: rgb(78,169,130); }

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