#57c4b2

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

Shades of Puerto Rico #57C4B2

Tints of Puerto Rico #57C4B2

Color information

#57C4B2 (or 0x57C4B2) is unknown color: approx Puerto Rico. HEX triplet: 57, C4 and B2. RGB value is (87,196,178). Sum of RGB (Red+Green+Blue) = 87+196+178=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #57C4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57C4B2 is #A83B4D. Grayscale: #A1A1A1. Windows color (decimal): -11025230 or 11715671. OLE color: 11715671.

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

Color convert

RGB87196178-
CMYK0.5600.090.23
HSL170.09º48.02%55.49%-
HSV(B)170.09º55.61%76.86%-
XYZ31.7144.7249.08-
YUV161.36137.3974.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.87%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=18.87%
G=42.52%
B=38.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal871961780.5600.090.23170.0948.0255.49
Hex57C4B2380917aa3037
Octal12730426270011272526067
Binary10101111100010010110010111000010011011110101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57c4b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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