#53B0A4

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

Shades of Puerto Rico #53B0A4

Tints of Puerto Rico #53B0A4

Color information

#53B0A4 (or 0x53B0A4) is unknown color: approx Puerto Rico. HEX triplet: 53, B0 and A4. RGB value is (83,176,164). Sum of RGB (Red+Green+Blue) = 83+176+164=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #53B0A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B0A4 is #AC4F5B. Grayscale: #929292. Windows color (decimal): -11292508 or 10793043. OLE color: 10793043.

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

Color convert

RGB83176164-
CMYK0.5300.070.31
HSL172.26º37.05%50.78%-
HSV(B)172.26º52.84%69.02%-
XYZ25.7935.5740.63-
YUV146.82137.6982.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.62%
GREEN value IS 176 (69.14% from 255) = 41.61%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=19.62%
G=41.61%
B=38.77%

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
Decimal831761640.5300.070.31172.2637.0550.78
Hex53B0A435071Fac2533
Octal1232602446507372544563
Binary1010011101100001010010011010101111111110101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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