Html Css Color HEX #52ADA5 Puerto Rico

📋 copy color: '#52ADA5'

red 82 ◦ green 173 ◦ blue 165

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

Shades of Puerto Rico #52ADA5

Tints of Puerto Rico #52ADA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 19.52%
G = 41.19%
B = 39.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#52ADA5 (or 0x52ADA5) is known color: Puerto Rico. HEX triplet: 52, AD and A5. RGB value is (82,173,165). Sum of RGB (Red+Green+Blue) = 82+173+165=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #52ADA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ADA5 is #AD525A. Grayscale: #909090. Windows color (decimal): -11358811 or 10857810. OLE color: 10857810.

HSL color Cylindrical-coordinate representation of color #52ADA5: hue angle of 174.73º 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 #52ADA5 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 165 -
CMYK 0.53 0 0.05 0.32
HSL 174.73º 0.36% 0.5% -
HSV(B) 174.73º 0.53% 0.68% -
XYZ 25.21 34.4 40.91 -
YUV 144.88 139.35 83.15 -
System Red Green Blue C M Y K H S L
Decimal 82 173 165 0.53 0 0.05 0.32 174.73 0.36 0.5
Hex 52 AD A5 35 0 5 20 AF 24 32
Octal 122 255 245 65 0 5 40 257 44 62
Binary 1010010 10101101 10100101 110101 0 101 100000 10101111 100100 110010

Color Harmonies of #52ADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADA5

Black with #52ADA5

Text Example


Text Example

White with #52ADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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