#52BDA8

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

Shades of Puerto Rico #52BDA8

Tints of Puerto Rico #52BDA8

Color information

#52BDA8 (or 0x52BDA8) is unknown color: approx Puerto Rico. HEX triplet: 52, BD and A8. RGB value is (82,189,168). Sum of RGB (Red+Green+Blue) = 82+189+168=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 168 (66.02% from 255 or 38.27% from 439); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BDA8 is #AD4257. Grayscale: #9A9A9A. Windows color (decimal): -11354712 or 11058514. OLE color: 11058514.

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

Color convert

RGB82189168-
CMYK0.5700.110.26
HSL168.22º44.77%53.14%-
HSV(B)168.22º56.61%74.12%-
XYZ28.7541.0243.45-
YUV154.61135.5576.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 189 (74.22% from 255) = 43.05%
BLUE value IS 168 (66.02% from 255) = 38.27%
R=18.68%
G=43.05%
B=38.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821891680.5700.110.26168.2244.7753.14
Hex52BDA8390B1Aa82d35
Octal12227525071013322505565
Binary10100101011110110101000111001010111101010101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,189,168); }

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

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

 a { background-color: rgb(82,189,168); }

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

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

 span { border-color: rgb(82,189,168); }

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