#5EA27F

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

Shades of Ocean Green #5EA27F

Tints of Ocean Green #5EA27F

Color information

#5EA27F (or 0x5EA27F) is unknown color: approx Ocean Green. HEX triplet: 5E, A2 and 7F. RGB value is (94,162,127). Sum of RGB (Red+Green+Blue) = 94+162+127=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA27F is #A15D80. Grayscale: #898989. Windows color (decimal): -10575233 or 8364638. OLE color: 8364638.

HSL color Cylindrical-coordinate representation of color #5EA27F: hue angle of 149.12º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA27F is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB94162127-
CMYK0.4200.220.36
HSL149.12º26.77%50.2%-
HSV(B)149.12º41.98%63.53%-
XYZ21.3729.7524.7-
YUV137.68121.9796.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.54%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 127 (50% from 255) = 33.16%
R=24.54%
G=42.30%
B=33.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal941621270.4200.220.36149.1226.7750.2
Hex5EA27F2A01624951b32
Octal13624217752026442253362
Binary10111101010001011111111010100101101001001001010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,162,127); }

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

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

 a { background-color: rgb(94,162,127); }

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

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

 span { border-color: rgb(94,162,127); }

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