#4EAC83

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

Shades of Ocean Green #4EAC83

Tints of Ocean Green #4EAC83

Color information

#4EAC83 (or 0x4EAC83) is unknown color: approx Ocean Green. HEX triplet: 4E, AC and 83. RGB value is (78,172,131). Sum of RGB (Red+Green+Blue) = 78+172+131=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC83 is #B1537C. Grayscale: #8B8B8B. Windows color (decimal): -11621245 or 8629326. OLE color: 8629326.

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

Color convert

RGB78172131-
CMYK0.5500.240.33
HSL153.83º37.6%49.02%-
HSV(B)153.83º54.65%67.45%-
XYZ21.9932.7626.64-
YUV139.22123.3684.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.47%
GREEN value IS 172 (67.58% from 255) = 45.14%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=20.47%
G=45.14%
B=34.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781721310.5500.240.33153.8337.649.02
Hex4EAC8337018219a2631
Octal11625420367030412324661
Binary1001110101011001000001111011101100010000110011010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,172,131); }

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

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

 a { background-color: rgb(78,172,131); }

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

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

 span { border-color: rgb(78,172,131); }

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