#57C5B6

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

Shades of Puerto Rico #57C5B6

Tints of Puerto Rico #57C5B6

Color information

#57C5B6 (or 0x57C5B6) is unknown color: approx Puerto Rico. HEX triplet: 57, C5 and B6. RGB value is (87,197,182). Sum of RGB (Red+Green+Blue) = 87+197+182=466 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.67% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 182 (71.48% from 255 or 39.06% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5B6 is #A83A49. Grayscale: #A2A2A2. Windows color (decimal): -11024970 or 11978071. OLE color: 11978071.

HSL color Cylindrical-coordinate representation of color #57C5B6: hue angle of 171.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C5B6 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB87197182-
CMYK0.5600.080.23
HSL171.82º48.67%55.69%-
HSV(B)171.82º55.84%77.25%-
XYZ32.3445.3451.3-
YUV162.4139.0674.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.67%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 182 (71.48% from 255) = 39.06%
R=18.67%
G=42.27%
B=39.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal871971820.5600.080.23171.8248.6755.69
Hex57C5B6380817ac3138
Octal12730526670010272546170
Binary10101111100010110110110111000010001011110101100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,197,182); }

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

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

 a { background-color: rgb(87,197,182); }

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

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

 span { border-color: rgb(87,197,182); }

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