#57B8A0

Color #57B8A0 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #57B8A0

Tints of Puerto Rico #57B8A0

Color information

#57B8A0 (or 0x57B8A0) is unknown color: approx Puerto Rico. HEX triplet: 57, B8 and A0. RGB value is (87,184,160). Sum of RGB (Red+Green+Blue) = 87+184+160=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #57B8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B8A0 is #A8475F. Grayscale: #989898. Windows color (decimal): -11028320 or 10532951. OLE color: 10532951.

HSL color Cylindrical-coordinate representation of color #57B8A0: hue angle of 165.15º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57B8A0 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB87184160-
CMYK0.5300.130.28
HSL165.15º40.59%53.14%-
HSV(B)165.15º52.72%72.16%-
XYZ27.4238.8539.31-
YUV152.26132.3681.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.19%
GREEN value IS 184 (72.27% from 255) = 42.69%
BLUE value IS 160 (62.89% from 255) = 37.12%
R=20.19%
G=42.69%
B=37.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal871841600.5300.130.28165.1540.5953.14
Hex57B8A0350D1Ca52935
Octal12727024065015342455165
Binary10101111011100010100000110101011011110010100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,184,160); }

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

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

 a { background-color: rgb(87,184,160); }

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

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

 span { border-color: rgb(87,184,160); }

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