#52B0AB

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

Shades of Puerto Rico #52B0AB

Tints of Puerto Rico #52B0AB

Color information

#52B0AB (or 0x52B0AB) is unknown color: approx Puerto Rico. HEX triplet: 52, B0 and AB. RGB value is (82,176,171). Sum of RGB (Red+Green+Blue) = 82+176+171=429 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.11% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #52B0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B0AB is #AD4F54. Grayscale: #939393. Windows color (decimal): -11358037 or 11251794. OLE color: 11251794.

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

Color convert

RGB82176171-
CMYK0.5300.030.31
HSL176.81º37.3%50.59%-
HSV(B)176.81º53.41%69.02%-
XYZ26.3635.7844.05-
YUV147.32141.3681.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.11%
GREEN value IS 176 (69.14% from 255) = 41.03%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=19.11%
G=41.03%
B=39.86%

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
Decimal821761710.5300.030.31176.8137.350.59
Hex52B0AB35031Fb12533
Octal1222602536503372614563
Binary101001010110000101010111101010111111110110001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B0AB; }

 p { color: rgb(82,176,171); }

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

<style>
 a { background-color: #52B0AB; }

 a { background-color: rgb(82,176,171); }

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

<style>
 span { border-color: #52B0AB; }

 span { border-color: rgb(82,176,171); }

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