#57B278

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

Shades of Ocean Green #57B278

Tints of Ocean Green #57B278

Color information

#57B278 (or 0x57B278) is unknown color: approx Ocean Green. HEX triplet: 57, B2 and 78. RGB value is (87,178,120). Sum of RGB (Red+Green+Blue) = 87+178+120=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #57B278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57B278 is #A84D87. Grayscale: #909090. Windows color (decimal): -11029896 or 7909975. OLE color: 7909975.

HSL color Cylindrical-coordinate representation of color #57B278: hue angle of 141.76º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B278 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB87178120-
CMYK0.5100.330.30
HSL141.76º37.14%51.96%-
HSV(B)141.76º51.12%69.8%-
XYZ23.2435.2223.34-
YUV144.18114.3587.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.60%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=22.60%
G=46.23%
B=31.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal871781200.5100.330.30141.7637.1451.96
Hex57B278330211E8e2534
Octal12726217063041362164564
Binary101011110110010111100011001101000011111010001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57B278; }

 p { color: rgb(87,178,120); }

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

<style>
 a { background-color: #57B278; }

 a { background-color: rgb(87,178,120); }

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

<style>
 span { border-color: #57B278; }

 span { border-color: rgb(87,178,120); }

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