#52BCB6

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

Shades of Puerto Rico #52BCB6

Tints of Puerto Rico #52BCB6

Color information

#52BCB6 (or 0x52BCB6) is unknown color: approx Puerto Rico. HEX triplet: 52, BC and B6. RGB value is (82,188,182). Sum of RGB (Red+Green+Blue) = 82+188+182=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCB6 is #AD4349. Grayscale: #9B9B9B. Windows color (decimal): -11354954 or 11975762. OLE color: 11975762.

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

Color convert

RGB82188182-
CMYK0.5600.030.26
HSL176.6º44.17%52.94%-
HSV(B)176.6º56.38%73.73%-
XYZ29.9141.1450.62-
YUV155.62142.8875.49-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.14%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 182 (71.48% from 255) = 40.27%
R=18.14%
G=41.59%
B=40.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821881820.5600.030.26176.644.1752.94
Hex52BCB638031Ab12c35
Octal1222742667003322615465
Binary101001010111100101101101110000111101010110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,188,182); }

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

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

 a { background-color: rgb(82,188,182); }

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

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

 span { border-color: rgb(82,188,182); }

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