#52CA9B

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

Shades of Puerto Rico #52CA9B

Tints of Puerto Rico #52CA9B

Color information

#52CA9B (or 0x52CA9B) is unknown color: approx Puerto Rico. HEX triplet: 52, CA and 9B. RGB value is (82,202,155). Sum of RGB (Red+Green+Blue) = 82+202+155=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA9B is #AD3564. Grayscale: #A0A0A0. Windows color (decimal): -11351397 or 10209874. OLE color: 10209874.

HSL color Cylindrical-coordinate representation of color #52CA9B: hue angle of 156.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA9B is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB82202155-
CMYK0.5900.230.21
HSL156.5º53.1%55.69%-
HSV(B)156.5º59.41%79.22%-
XYZ30.5246.438.36-
YUV160.76124.7471.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.68%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=18.68%
G=46.01%
B=35.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822021550.5900.230.21156.553.155.69
Hex52CA9B3B017159c3538
Octal12231223373027252346570
Binary101001011001010100110111110110101111010110011100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,202,155); }

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

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

 a { background-color: rgb(82,202,155); }

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

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

 span { border-color: rgb(82,202,155); }

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