#52BBAC

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

Shades of Puerto Rico #52BBAC

Tints of Puerto Rico #52BBAC

Color information

#52BBAC (or 0x52BBAC) is unknown color: approx Puerto Rico. HEX triplet: 52, BB and AC. RGB value is (82,187,172). Sum of RGB (Red+Green+Blue) = 82+187+172=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BBAC is #AD4453. Grayscale: #999999. Windows color (decimal): -11355220 or 11320146. OLE color: 11320146.

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

Color convert

RGB82187172-
CMYK0.5600.080.27
HSL171.43º43.57%52.75%-
HSV(B)171.43º56.15%73.33%-
XYZ28.740.3145.3-
YUV153.89138.2176.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.59%
GREEN value IS 187 (73.44% from 255) = 42.40%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=18.59%
G=42.40%
B=39.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821871720.5600.080.27171.4343.5752.75
Hex52BBAC38081Bab2c35
Octal12227325470010332535465
Binary10100101011101110101100111000010001101110101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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