#57B479

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

Shades of Ocean Green #57B479

Tints of Ocean Green #57B479

Color information

#57B479 (or 0x57B479) is unknown color: approx Ocean Green. HEX triplet: 57, B4 and 79. RGB value is (87,180,121). Sum of RGB (Red+Green+Blue) = 87+180+121=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #57B479 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57B479 is #A84B86. Grayscale: #919191. Windows color (decimal): -11029383 or 7976023. OLE color: 7976023.

HSL color Cylindrical-coordinate representation of color #57B479: hue angle of 141.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B479 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB87180121-
CMYK0.5200.330.29
HSL141.94º38.27%52.35%-
HSV(B)141.94º51.67%70.59%-
XYZ23.736.0523.8-
YUV145.47114.1986.3-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.42%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 121 (47.66% from 255) = 31.19%
R=22.42%
G=46.39%
B=31.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871801210.5200.330.29141.9438.2752.35
Hex57B479340211D8e2634
Octal12726417164041352164664
Binary101011110110100111100111010001000011110110001110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,180,121); }

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

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

 a { background-color: rgb(87,180,121); }

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

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

 span { border-color: rgb(87,180,121); }

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