#5EB27C

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

Shades of Ocean Green #5EB27C

Tints of Ocean Green #5EB27C

Color information

#5EB27C (or 0x5EB27C) is unknown color: approx Ocean Green. HEX triplet: 5E, B2 and 7C. RGB value is (94,178,124). Sum of RGB (Red+Green+Blue) = 94+178+124=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 178 (69.92% from 255 or 44.95% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 178 - color contains mainly: green. Hex color #5EB27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB27C is #A14D83. Grayscale: #929292. Windows color (decimal): -10571140 or 8172126. OLE color: 8172126.

HSL color Cylindrical-coordinate representation of color #5EB27C: hue angle of 141.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB27C is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB94178124-
CMYK0.4700.300.30
HSL141.43º35.29%53.33%-
HSV(B)141.43º47.19%69.8%-
XYZ24.1735.6824.68-
YUV146.73115.1790.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.74%
GREEN value IS 178 (69.92% from 255) = 44.95%
BLUE value IS 124 (48.83% from 255) = 31.31%
R=23.74%
G=44.95%
B=31.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941781240.4700.300.30141.4335.2953.33
Hex5EB27C2F01E1E8d2335
Octal13626217457036362154365
Binary10111101011001011111001011110111101111010001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,178,124); }

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

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

 a { background-color: rgb(94,178,124); }

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

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

 span { border-color: rgb(94,178,124); }

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