#57AFA3

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

Shades of Puerto Rico #57AFA3

Tints of Puerto Rico #57AFA3

Color information

#57AFA3 (or 0x57AFA3) is unknown color: approx Puerto Rico. HEX triplet: 57, AF and A3. RGB value is (87,175,163). Sum of RGB (Red+Green+Blue) = 87+175+163=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFA3 is #A8505C. Grayscale: #939393. Windows color (decimal): -11030621 or 10727255. OLE color: 10727255.

HSL color Cylindrical-coordinate representation of color #57AFA3: hue angle of 171.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57AFA3 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB87175163-
CMYK0.5000.070.31
HSL171.82º35.48%51.37%-
HSV(B)171.82º50.29%68.63%-
XYZ25.8735.3340.11-
YUV147.32136.8584.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.47%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 163 (64.06% from 255) = 38.35%
R=20.47%
G=41.18%
B=38.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871751630.5000.070.31171.8235.4851.37
Hex57AFA332071Fac2333
Octal1272572436207372544363
Binary1010111101011111010001111001001111111110101100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,175,163); }

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

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

 a { background-color: rgb(87,175,163); }

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

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

 span { border-color: rgb(87,175,163); }

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