#57C1B0

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

Shades of Puerto Rico #57C1B0

Tints of Puerto Rico #57C1B0

Color information

#57C1B0 (or 0x57C1B0) is unknown color: approx Puerto Rico. HEX triplet: 57, C1 and B0. RGB value is (87,193,176). Sum of RGB (Red+Green+Blue) = 87+193+176=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #57C1B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C1B0 is #A83E4F. Grayscale: #9F9F9F. Windows color (decimal): -11026000 or 11583831. OLE color: 11583831.

HSL color Cylindrical-coordinate representation of color #57C1B0: hue angle of 170.38º 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 #57C1B0 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB87193176-
CMYK0.5500.090.24
HSL170.38º46.09%54.9%-
HSV(B)170.38º54.92%75.69%-
XYZ30.8443.347.81-
YUV159.37137.3876.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 19.08%
GREEN value IS 193 (75.78% from 255) = 42.32%
BLUE value IS 176 (69.14% from 255) = 38.60%
R=19.08%
G=42.32%
B=38.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal871931760.5500.090.24170.3846.0954.9
Hex57C1B0370918aa2e37
Octal12730126067011302525667
Binary10101111100000110110000110111010011100010101010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57C1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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