#57B082

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

Shades of Ocean Green #57B082

Tints of Ocean Green #57B082

Color information

#57B082 (or 0x57B082) is unknown color: approx Ocean Green. HEX triplet: 57, B0 and 82. RGB value is (87,176,130). Sum of RGB (Red+Green+Blue) = 87+176+130=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #57B082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57B082 is #A84F7D. Grayscale: #909090. Windows color (decimal): -11030398 or 8564823. OLE color: 8564823.

HSL color Cylindrical-coordinate representation of color #57B082: hue angle of 148.99º 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 #57B082 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB87176130-
CMYK0.5100.260.31
HSL148.99º36.03%51.57%-
HSV(B)148.99º50.57%69.02%-
XYZ23.4934.6926.58-
YUV144.14120.0187.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.14%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=22.14%
G=44.78%
B=33.08%

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
Decimal871761300.5100.260.31148.9936.0351.57
Hex57B0823301A1F952434
Octal12726020263032372254464
Binary101011110110000100000101100110110101111110010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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