#52BBAD

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

Shades of Puerto Rico #52BBAD

Tints of Puerto Rico #52BBAD

Color information

#52BBAD (or 0x52BBAD) is unknown color: approx Puerto Rico. HEX triplet: 52, BB and AD. RGB value is (82,187,173). Sum of RGB (Red+Green+Blue) = 82+187+173=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #52BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BBAD is #AD4452. Grayscale: #999999. Windows color (decimal): -11355219 or 11385682. OLE color: 11385682.

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

Color convert

RGB82187173-
CMYK0.5600.070.27
HSL172º43.57%52.75%-
HSV(B)172º56.15%73.33%-
XYZ28.7940.3545.81-
YUV154.01138.7176.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.55%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=18.55%
G=42.31%
B=39.14%

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
Decimal821871730.5600.070.2717243.5752.75
Hex52BBAD38071Bac2c35
Octal1222732557007332545465
Binary1010010101110111010110111100001111101110101100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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