Html Css Color HEX #52AD9D Puerto Rico

📋 copy color: '#52AD9D'

red 82 ◦ green 173 ◦ blue 157

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

Shades of Puerto Rico #52AD9D

Tints of Puerto Rico #52AD9D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.99%

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 19.9%
G = 41.99%
B = 38.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#52AD9D (or 0x52AD9D) is known color: Puerto Rico. HEX triplet: 52, AD and 9D. RGB value is (82,173,157). Sum of RGB (Red+Green+Blue) = 82+173+157=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD9D is #AD5262. Grayscale: #8F8F8F. Windows color (decimal): -11358819 or 10333522. OLE color: 10333522.

HSL color Cylindrical-coordinate representation of color #52AD9D: hue angle of 169.45º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD9D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 157 -
CMYK 0.53 0 0.09 0.32
HSL 169.45º 0.36% 0.5% -
HSV(B) 169.45º 0.53% 0.68% -
XYZ 24.51 34.12 37.19 -
YUV 143.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 82 173 157 0.53 0 0.09 0.32 169.45 0.36 0.5
Hex 52 AD 9D 35 0 9 20 A9 24 32
Octal 122 255 235 65 0 11 40 251 44 62
Binary 1010010 10101101 10011101 110101 0 1001 100000 10101001 100100 110010

Color Harmonies of #52AD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD9D

Black with #52AD9D

Text Example


Text Example

White with #52AD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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