Html Css Color HEX #52C5AD Puerto Rico

📋 copy color: '#52C5AD'

red 82 ◦ green 197 ◦ blue 173

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

Shades of Puerto Rico #52C5AD

Tints of Puerto Rico #52C5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 173 (67.97% from 255) = 38.27%

R = 18.14%
G = 43.58%
B = 38.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#52C5AD (or 0x52C5AD) is known color: Puerto Rico. HEX triplet: 52, C5 and AD. RGB value is (82,197,173). Sum of RGB (Red+Green+Blue) = 82+197+173=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #52C5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C5AD is #AD3A52. Grayscale: #9F9F9F. Windows color (decimal): -11352659 or 11388242. OLE color: 11388242.

HSL color Cylindrical-coordinate representation of color #52C5AD: hue angle of 167.48º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C5AD is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 197 173 -
CMYK 0.58 0 0.12 0.23
HSL 167.48º 0.5% 0.55% -
HSV(B) 167.48º 0.58% 0.77% -
XYZ 30.99 44.74 46.54 -
YUV 159.88 135.4 72.45 -
System Red Green Blue C M Y K H S L
Decimal 82 197 173 0.58 0 0.12 0.23 167.48 0.5 0.55
Hex 52 C5 AD 3A 0 C 17 A7 32 37
Octal 122 305 255 72 0 14 27 247 62 67
Binary 1010010 11000101 10101101 111010 0 1100 10111 10100111 110010 110111

Color Harmonies of #52C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C5AD

Black with #52C5AD

Text Example


Text Example

White with #52C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,197,173); }

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

background-color css

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

 a { background-color: rgb(82,197,173); }

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

border-color css

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

 span { border-color: rgb(82,197,173); }

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