Html Css Color HEX #52A99D Puerto Rico

📋 copy color: '#52A99D'

red 82 ◦ green 169 ◦ blue 157

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

Shades of Puerto Rico #52A99D

Tints of Puerto Rico #52A99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.42%

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

R = 20.1%
G = 41.42%
B = 38.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#52A99D (or 0x52A99D) is known color: Puerto Rico. HEX triplet: 52, A9 and 9D. RGB value is (82,169,157). Sum of RGB (Red+Green+Blue) = 82+169+157=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 169 (66.41% from 255 or 41.42% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 169 - color contains mainly: green. Hex color #52A99D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A99D is #AD5662. Grayscale: #8D8D8D. Windows color (decimal): -11359843 or 10332498. OLE color: 10332498.

HSL color Cylindrical-coordinate representation of color #52A99D: hue angle of 171.72º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A99D is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 169 157 -
CMYK 0.51 0 0.07 0.34
HSL 171.72º 0.35% 0.49% -
HSV(B) 171.72º 0.51% 0.66% -
XYZ 23.75 32.6 36.94 -
YUV 141.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 82 169 157 0.51 0 0.07 0.34 171.72 0.35 0.49
Hex 52 A9 9D 33 0 7 22 AC 23 31
Octal 122 251 235 63 0 7 42 254 43 61
Binary 1010010 10101001 10011101 110011 0 111 100010 10101100 100011 110001

Color Harmonies of #52A99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A99D

Black with #52A99D

Text Example


Text Example

White with #52A99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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