#53b0aa

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

Shades of Puerto Rico #53B0AA

Tints of Puerto Rico #53B0AA

Color information

#53B0AA (or 0x53B0AA) is unknown color: approx Puerto Rico. HEX triplet: 53, B0 and AA. RGB value is (83,176,170). Sum of RGB (Red+Green+Blue) = 83+176+170=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #53B0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B0AA is #AC4F55. Grayscale: #939393. Windows color (decimal): -11292502 or 11186259. OLE color: 11186259.

HSL color Cylindrical-coordinate representation of color #53B0AA: hue angle of 176.13º 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 #53B0AA is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB83176170-
CMYK0.5300.030.31
HSL176.13º37.05%50.78%-
HSV(B)176.13º52.84%69.02%-
XYZ26.3535.7943.55-
YUV147.51140.6981.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.35%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=19.35%
G=41.03%
B=39.63%

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
Decimal831761700.5300.030.31176.1337.0550.78
Hex53B0AA35031Fb02533
Octal1232602526503372604563
Binary101001110110000101010101101010111111110110000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53b0aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,176,170); }

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

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

 a { background-color: rgb(83,176,170); }

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

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

 span { border-color: rgb(83,176,170); }

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