#53afa9

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

Shades of Puerto Rico #53AFA9

Tints of Puerto Rico #53AFA9

Color information

#53AFA9 (or 0x53AFA9) is unknown color: approx Puerto Rico. HEX triplet: 53, AF and A9. RGB value is (83,175,169). Sum of RGB (Red+Green+Blue) = 83+175+169=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFA9 is #AC5056. Grayscale: #929292. Windows color (decimal): -11292759 or 11120467. OLE color: 11120467.

HSL color Cylindrical-coordinate representation of color #53AFA9: hue angle of 176.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AFA9 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB83175169-
CMYK0.5300.030.31
HSL176.09º36.51%50.59%-
HSV(B)176.09º52.57%68.63%-
XYZ26.0635.3642.99-
YUV146.81140.5282.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.44%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=19.44%
G=40.98%
B=39.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751690.5300.030.31176.0936.5150.59
Hex53AFA935031Fb02533
Octal1232572516503372604563
Binary101001110101111101010011101010111111110110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53afa9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53afa9; }

 p { color: rgb(83,175,169); }

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

<style>
 a { background-color: #53afa9; }

 a { background-color: rgb(83,175,169); }

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

<style>
 span { border-color: #53afa9; }

 span { border-color: rgb(83,175,169); }

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