#57AFA7

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

Shades of Puerto Rico #57AFA7

Tints of Puerto Rico #57AFA7

Color information

#57AFA7 (or 0x57AFA7) is unknown color: approx Puerto Rico. HEX triplet: 57, AF and A7. RGB value is (87,175,167). Sum of RGB (Red+Green+Blue) = 87+175+167=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFA7 is #A85058. Grayscale: #939393. Windows color (decimal): -11030617 or 10989399. OLE color: 10989399.

HSL color Cylindrical-coordinate representation of color #57AFA7: hue angle of 174.55º 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 #57AFA7 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB87175167-
CMYK0.5000.050.31
HSL174.55º35.48%51.37%-
HSV(B)174.55º50.29%68.63%-
XYZ26.2435.4842.02-
YUV147.78138.8584.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.28%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=20.28%
G=40.79%
B=38.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal871751670.5000.050.31174.5535.4851.37
Hex57AFA732051Faf2333
Octal1272572476205372574363
Binary1010111101011111010011111001001011111110101111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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