Html Css Color HEX #52CAA4 Puerto Rico

📋 copy color: '#52CAA4'

red 82 ◦ green 202 ◦ blue 164

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

Shades of Puerto Rico #52CAA4

Tints of Puerto Rico #52CAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.61%

R = 18.3%
G = 45.09%
B = 36.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#52CAA4 (or 0x52CAA4) is known color: Puerto Rico. HEX triplet: 52, CA and A4. RGB value is (82,202,164). Sum of RGB (Red+Green+Blue) = 82+202+164=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #52CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CAA4 is #AD355B. Grayscale: #A1A1A1. Windows color (decimal): -11351388 or 10799698. OLE color: 10799698.

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

Color convert

RGB 82 202 164 -
CMYK 0.59 0 0.19 0.21
HSL 161º 0.53% 0.56% -
HSV(B) 161º 0.59% 0.79% -
XYZ 31.3 46.72 42.49 -
YUV 161.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 82 202 164 0.59 0 0.19 0.21 161 0.53 0.56
Hex 52 CA A4 3B 0 13 15 A1 35 38
Octal 122 312 244 73 0 23 25 241 65 70
Binary 1010010 11001010 10100100 111011 0 10011 10101 10100001 110101 111000

Color Harmonies of #52CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CAA4

Black with #52CAA4

Text Example


Text Example

White with #52CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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