#57B083

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

Shades of Ocean Green #57B083

Tints of Ocean Green #57B083

Color information

#57B083 (or 0x57B083) is unknown color: approx Ocean Green. HEX triplet: 57, B0 and 83. RGB value is (87,176,131). Sum of RGB (Red+Green+Blue) = 87+176+131=394 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.08% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #57B083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57B083 is #A84F7C. Grayscale: #909090. Windows color (decimal): -11030397 or 8630359. OLE color: 8630359.

HSL color Cylindrical-coordinate representation of color #57B083: hue angle of 149.66º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B083 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB87176131-
CMYK0.5100.260.31
HSL149.66º36.03%51.57%-
HSV(B)149.66º50.57%69.02%-
XYZ23.5534.7226.93-
YUV144.26120.5187.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.08%
GREEN value IS 176 (69.14% from 255) = 44.67%
BLUE value IS 131 (51.56% from 255) = 33.25%
R=22.08%
G=44.67%
B=33.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871761310.5100.260.31149.6636.0351.57
Hex57B0833301A1F962434
Octal12726020363032372264464
Binary101011110110000100000111100110110101111110010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,176,131); }

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

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

 a { background-color: rgb(87,176,131); }

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

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

 span { border-color: rgb(87,176,131); }

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