Html Css Color HEX #52C3AA Puerto Rico

📋 copy color: '#52C3AA'

red 82 ◦ green 195 ◦ blue 170

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

Shades of Puerto Rico #52C3AA

Tints of Puerto Rico #52C3AA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.62%

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 18.34%
G = 43.62%
B = 38.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#52C3AA (or 0x52C3AA) is known color: Puerto Rico. HEX triplet: 52, C3 and AA. RGB value is (82,195,170). Sum of RGB (Red+Green+Blue) = 82+195+170=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 195 - color contains mainly: green. Hex color #52C3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C3AA is #AD3C55. Grayscale: #9E9E9E. Windows color (decimal): -11353174 or 11191122. OLE color: 11191122.

HSL color Cylindrical-coordinate representation of color #52C3AA: hue angle of 166.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C3AA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 195 170 -
CMYK 0.58 0 0.13 0.24
HSL 166.73º 0.48% 0.54% -
HSV(B) 166.73º 0.58% 0.76% -
XYZ 30.25 43.73 44.88 -
YUV 158.36 134.56 73.53 -
System Red Green Blue C M Y K H S L
Decimal 82 195 170 0.58 0 0.13 0.24 166.73 0.48 0.54
Hex 52 C3 AA 3A 0 D 18 A7 30 36
Octal 122 303 252 72 0 15 30 247 60 66
Binary 1010010 11000011 10101010 111010 0 1101 11000 10100111 110000 110110

Color Harmonies of #52C3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C3AA

Black with #52C3AA

Text Example


Text Example

White with #52C3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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