#52CBB6

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

Shades of Puerto Rico #52CBB6

Tints of Puerto Rico #52CBB6

Color information

#52CBB6 (or 0x52CBB6) is unknown color: approx Puerto Rico. HEX triplet: 52, CB and B6. RGB value is (82,203,182). Sum of RGB (Red+Green+Blue) = 82+203+182=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBB6 is #AD3449. Grayscale: #A4A4A4. Windows color (decimal): -11351114 or 11979602. OLE color: 11979602.

HSL color Cylindrical-coordinate representation of color #52CBB6: hue angle of 169.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CBB6 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB82203182-
CMYK0.6000.100.20
HSL169.59º53.78%55.88%-
HSV(B)169.59º59.61%79.61%-
XYZ33.2847.8851.74-
YUV164.43137.9169.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 182 (71.48% from 255) = 38.97%
R=17.56%
G=43.47%
B=38.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822031820.6000.100.20169.5953.7855.88
Hex52CBB63C0A14aa3638
Octal12231326674012242526670
Binary10100101100101110110110111100010101010010101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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