#5EB27B

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

Shades of Ocean Green #5EB27B

Tints of Ocean Green #5EB27B

Color information

#5EB27B (or 0x5EB27B) is unknown color: approx Ocean Green. HEX triplet: 5E, B2 and 7B. RGB value is (94,178,123). Sum of RGB (Red+Green+Blue) = 94+178+123=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #5EB27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB27B is #A14D84. Grayscale: #929292. Windows color (decimal): -10571141 or 8106590. OLE color: 8106590.

HSL color Cylindrical-coordinate representation of color #5EB27B: hue angle of 140.71º 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 #5EB27B is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB94178123-
CMYK0.4700.310.30
HSL140.71º35.29%53.33%-
HSV(B)140.71º47.19%69.8%-
XYZ24.1135.6524.35-
YUV146.61114.6790.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.80%
GREEN value IS 178 (69.92% from 255) = 45.06%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=23.80%
G=45.06%
B=31.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941781230.4700.310.30140.7135.2953.33
Hex5EB27B2F01F1E8d2335
Octal13626217357037362154365
Binary10111101011001011110111011110111111111010001101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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