Html Css Color HEX #52CAA0 Puerto Rico

📋 copy color: '#52CAA0'

red 82 ◦ green 202 ◦ blue 160

#52CAA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #52CAA0

Tints of Puerto Rico #52CAA0

RGB

 RED value IS 82 (32.42% from 255) = 18.47%

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 160 (62.89% from 255) = 36.04%

R = 18.47%
G = 45.5%
B = 36.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#52CAA0 (or 0x52CAA0) is known color: Puerto Rico. HEX triplet: 52, CA and A0. RGB value is (82,202,160). Sum of RGB (Red+Green+Blue) = 82+202+160=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #52CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CAA0 is #AD355F. Grayscale: #A1A1A1. Windows color (decimal): -11351392 or 10537554. OLE color: 10537554.

HSL color Cylindrical-coordinate representation of color #52CAA0: hue angle of 159º 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 #52CAA0 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 202 160 -
CMYK 0.59 0 0.21 0.21
HSL 159º 0.53% 0.56% -
HSV(B) 159º 0.59% 0.79% -
XYZ 30.95 46.57 40.62 -
YUV 161.33 127.24 71.42 -
System Red Green Blue C M Y K H S L
Decimal 82 202 160 0.59 0 0.21 0.21 159 0.53 0.56
Hex 52 CA A0 3B 0 15 15 9F 35 38
Octal 122 312 240 73 0 25 25 237 65 70
Binary 1010010 11001010 10100000 111011 0 10101 10101 10011111 110101 111000

Color Harmonies of #52CAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CAA0

Black with #52CAA0

Text Example


Text Example

White with #52CAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52CAA0;
 }
 .AnyTagClassName
 {
   color: #52CAA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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