#5EA87B

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

Shades of Ocean Green #5EA87B

Tints of Ocean Green #5EA87B

Color information

#5EA87B (or 0x5EA87B) is unknown color: approx Ocean Green. HEX triplet: 5E, A8 and 7B. RGB value is (94,168,123). Sum of RGB (Red+Green+Blue) = 94+168+123=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #5EA87B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA87B is #A15784. Grayscale: #8C8C8C. Windows color (decimal): -10573701 or 8104030. OLE color: 8104030.

HSL color Cylindrical-coordinate representation of color #5EA87B: hue angle of 143.51º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5EA87B is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB94168123-
CMYK0.4400.270.34
HSL143.51º29.84%51.37%-
HSV(B)143.51º44.05%65.88%-
XYZ22.1931.8223.71-
YUV140.74117.9894.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 168 (66.02% from 255) = 43.64%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=24.42%
G=43.64%
B=31.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal941681230.4400.270.34143.5129.8451.37
Hex5EA87B2C01B22901e33
Octal13625017354033422203663
Binary10111101010100011110111011000110111000101001000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EA87B; }

 p { color: rgb(94,168,123); }

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

<style>
 a { background-color: #5EA87B; }

 a { background-color: rgb(94,168,123); }

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

<style>
 span { border-color: #5EA87B; }

 span { border-color: rgb(94,168,123); }

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