#53AFA2

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

Shades of Puerto Rico #53AFA2

Tints of Puerto Rico #53AFA2

Color information

#53AFA2 (or 0x53AFA2) is unknown color: approx Puerto Rico. HEX triplet: 53, AF and A2. RGB value is (83,175,162). Sum of RGB (Red+Green+Blue) = 83+175+162=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFA2 is #AC505D. Grayscale: #919191. Windows color (decimal): -11292766 or 10661715. OLE color: 10661715.

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

Color convert

RGB83175162-
CMYK0.5300.070.31
HSL171.52º36.51%50.59%-
HSV(B)171.52º52.57%68.63%-
XYZ25.4235.1139.62-
YUV146.01137.0283.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.76%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 162 (63.67% from 255) = 38.57%
R=19.76%
G=41.67%
B=38.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal831751620.5300.070.31171.5236.5150.59
Hex53AFA235071Fac2533
Octal1232572426507372544563
Binary1010011101011111010001011010101111111110101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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