Html Css Color HEX #52C7AA Puerto Rico

📋 copy color: '#52C7AA'

red 82 ◦ green 199 ◦ blue 170

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

Shades of Puerto Rico #52C7AA

Tints of Puerto Rico #52C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

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

R = 18.18%
G = 44.12%
B = 37.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#52C7AA (or 0x52C7AA) is known color: Puerto Rico. HEX triplet: 52, C7 and AA. RGB value is (82,199,170). Sum of RGB (Red+Green+Blue) = 82+199+170=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #52C7AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C7AA is #AD3855. Grayscale: #A0A0A0. Windows color (decimal): -11352150 or 11192146. OLE color: 11192146.

HSL color Cylindrical-coordinate representation of color #52C7AA: hue angle of 165.13º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C7AA is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 199 170 -
CMYK 0.59 0 0.15 0.22
HSL 165.13º 0.51% 0.55% -
HSV(B) 165.13º 0.59% 0.78% -
XYZ 31.16 45.54 45.18 -
YUV 160.71 133.24 71.86 -
System Red Green Blue C M Y K H S L
Decimal 82 199 170 0.59 0 0.15 0.22 165.13 0.51 0.55
Hex 52 C7 AA 3B 0 F 16 A5 33 37
Octal 122 307 252 73 0 17 26 245 63 67
Binary 1010010 11000111 10101010 111011 0 1111 10110 10100101 110011 110111

Color Harmonies of #52C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C7AA

Black with #52C7AA

Text Example


Text Example

White with #52C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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