#57C5B2

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

Shades of Puerto Rico #57C5B2

Tints of Puerto Rico #57C5B2

Color information

#57C5B2 (or 0x57C5B2) is unknown color: approx Puerto Rico. HEX triplet: 57, C5 and B2. RGB value is (87,197,178). Sum of RGB (Red+Green+Blue) = 87+197+178=462 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.83% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #57C5B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C5B2 is #A83A4D. Grayscale: #A1A1A1. Windows color (decimal): -11024974 or 11715927. OLE color: 11715927.

HSL color Cylindrical-coordinate representation of color #57C5B2: hue angle of 169.64º 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 #57C5B2 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB87197178-
CMYK0.5600.100.23
HSL169.64º48.67%55.69%-
HSV(B)169.64º55.84%77.25%-
XYZ31.9345.1749.16-
YUV161.94137.0674.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.83%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=18.83%
G=42.64%
B=38.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal871971780.5600.100.23169.6448.6755.69
Hex57C5B2380A17aa3138
Octal12730526270012272526170
Binary10101111100010110110010111000010101011110101010110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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