#57C1B2

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

Shades of Puerto Rico #57C1B2

Tints of Puerto Rico #57C1B2

Color information

#57C1B2 (or 0x57C1B2) is unknown color: approx Puerto Rico. HEX triplet: 57, C1 and B2. RGB value is (87,193,178). Sum of RGB (Red+Green+Blue) = 87+193+178=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C1B2 is #A83E4D. Grayscale: #9F9F9F. Windows color (decimal): -11025998 or 11714903. OLE color: 11714903.

HSL color Cylindrical-coordinate representation of color #57C1B2: hue angle of 171.51º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C1B2 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB87193178-
CMYK0.5500.080.24
HSL171.51º46.09%54.9%-
HSV(B)171.51º54.92%75.69%-
XYZ31.0443.3848.86-
YUV159.6138.3876.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.00%
GREEN value IS 193 (75.78% from 255) = 42.14%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=19.00%
G=42.14%
B=38.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871931780.5500.080.24171.5146.0954.9
Hex57C1B2370818ac2e37
Octal12730126267010302545667
Binary10101111100000110110010110111010001100010101100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,193,178); }

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

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

 a { background-color: rgb(87,193,178); }

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

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

 span { border-color: rgb(87,193,178); }

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