#52CBAA

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

Shades of Puerto Rico #52CBAA

Tints of Puerto Rico #52CBAA

Color information

#52CBAA (or 0x52CBAA) is unknown color: approx Puerto Rico. HEX triplet: 52, CB and AA. RGB value is (82,203,170). Sum of RGB (Red+Green+Blue) = 82+203+170=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CBAA is #AD3455. Grayscale: #A3A3A3. Windows color (decimal): -11351126 or 11193170. OLE color: 11193170.

HSL color Cylindrical-coordinate representation of color #52CBAA: hue angle of 163.64º 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 #52CBAA is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB82203170-
CMYK0.6000.160.20
HSL163.64º53.78%55.88%-
HSV(B)163.64º59.61%79.61%-
XYZ32.0947.4145.49-
YUV163.06131.9170.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=18.02%
G=44.62%
B=37.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal822031700.6000.160.20163.6453.7855.88
Hex52CBAA3C01014a43638
Octal12231325274020242446670
Binary101001011001011101010101111000100001010010100100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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