#52BCB2

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

Shades of Puerto Rico #52BCB2

Tints of Puerto Rico #52BCB2

Color information

#52BCB2 (or 0x52BCB2) is unknown color: approx Puerto Rico. HEX triplet: 52, BC and B2. RGB value is (82,188,178). Sum of RGB (Red+Green+Blue) = 82+188+178=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BCB2 is #AD434D. Grayscale: #9B9B9B. Windows color (decimal): -11354958 or 11713618. OLE color: 11713618.

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

Color convert

RGB82188178-
CMYK0.5600.050.26
HSL174.34º44.17%52.94%-
HSV(B)174.34º56.38%73.73%-
XYZ29.540.9748.47-
YUV155.17140.8875.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 178 (69.92% from 255) = 39.73%
R=18.30%
G=41.96%
B=39.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821881780.5600.050.26174.3444.1752.94
Hex52BCB238051Aae2c35
Octal1222742627005322565465
Binary1010010101111001011001011100001011101010101110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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