#57B482

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

Shades of Ocean Green #57B482

Tints of Ocean Green #57B482

Color information

#57B482 (or 0x57B482) is unknown color: approx Ocean Green. HEX triplet: 57, B4 and 82. RGB value is (87,180,130). Sum of RGB (Red+Green+Blue) = 87+180+130=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #57B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B482 is #A84B7D. Grayscale: #929292. Windows color (decimal): -11029374 or 8565847. OLE color: 8565847.

HSL color Cylindrical-coordinate representation of color #57B482: hue angle of 147.74º 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 #57B482 is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB87180130-
CMYK0.5200.280.29
HSL147.74º38.27%52.35%-
HSV(B)147.74º51.67%70.59%-
XYZ24.2836.2826.84-
YUV146.49118.6985.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.91%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=21.91%
G=45.34%
B=32.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal871801300.5200.280.29147.7438.2752.35
Hex57B4823401C1D942634
Octal12726420264034352244664
Binary101011110110100100000101101000111001110110010100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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