#52BBAE

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

Shades of Puerto Rico #52BBAE

Tints of Puerto Rico #52BBAE

Color information

#52BBAE (or 0x52BBAE) is unknown color: approx Puerto Rico. HEX triplet: 52, BB and AE. RGB value is (82,187,174). Sum of RGB (Red+Green+Blue) = 82+187+174=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BBAE is #AD4451. Grayscale: #9A9A9A. Windows color (decimal): -11355218 or 11451218. OLE color: 11451218.

HSL color Cylindrical-coordinate representation of color #52BBAE: hue angle of 172.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BBAE is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB82187174-
CMYK0.5600.070.27
HSL172.57º43.57%52.75%-
HSV(B)172.57º56.15%73.33%-
XYZ28.8940.3946.32-
YUV154.12139.2176.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.51%
GREEN value IS 187 (73.44% from 255) = 42.21%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=18.51%
G=42.21%
B=39.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871740.5600.070.27172.5743.5752.75
Hex52BBAE38071Bad2c35
Octal1222732567007332555465
Binary1010010101110111010111011100001111101110101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,174); }

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

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

 a { background-color: rgb(82,187,174); }

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

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

 span { border-color: rgb(82,187,174); }

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