#57AFA6

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

Shades of Puerto Rico #57AFA6

Tints of Puerto Rico #57AFA6

Color information

#57AFA6 (or 0x57AFA6) is unknown color: approx Puerto Rico. HEX triplet: 57, AF and A6. RGB value is (87,175,166). Sum of RGB (Red+Green+Blue) = 87+175+166=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #57AFA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AFA6 is #A85059. Grayscale: #939393. Windows color (decimal): -11030618 or 10923863. OLE color: 10923863.

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

Color convert

RGB87175166-
CMYK0.5000.050.31
HSL173.86º35.48%51.37%-
HSV(B)173.86º50.29%68.63%-
XYZ26.1435.4441.54-
YUV147.66138.3584.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.33%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=20.33%
G=40.89%
B=38.79%

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
Decimal871751660.5000.050.31173.8635.4851.37
Hex57AFA632051Fae2333
Octal1272572466205372564363
Binary1010111101011111010011011001001011111110101110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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