#52BB9C

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

Shades of Puerto Rico #52BB9C

Tints of Puerto Rico #52BB9C

Color information

#52BB9C (or 0x52BB9C) is unknown color: approx Puerto Rico. HEX triplet: 52, BB and 9C. RGB value is (82,187,156). Sum of RGB (Red+Green+Blue) = 82+187+156=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB9C is #AD4463. Grayscale: #989898. Windows color (decimal): -11355236 or 10271570. OLE color: 10271570.

HSL color Cylindrical-coordinate representation of color #52BB9C: hue angle of 162.29º 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 #52BB9C is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB82187156-
CMYK0.5600.170.27
HSL162.29º43.57%52.75%-
HSV(B)162.29º56.15%73.33%-
XYZ27.2539.7337.69-
YUV152.07130.2178.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.29%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 156 (61.33% from 255) = 36.71%
R=19.29%
G=44%
B=36.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871560.5600.170.27162.2943.5752.75
Hex52BB9C380111Ba22c35
Octal12227323470021332425465
Binary101001010111011100111001110000100011101110100010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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