Html Css Color HEX #52ADA4 Puerto Rico

📋 copy color: '#52ADA4'

red 82 ◦ green 173 ◦ blue 164

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

Shades of Puerto Rico #52ADA4

Tints of Puerto Rico #52ADA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.14%

R = 19.57%
G = 41.29%
B = 39.14%

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

#52ADA4 (or 0x52ADA4) is known color: Puerto Rico. HEX triplet: 52, AD and A4. RGB value is (82,173,164). Sum of RGB (Red+Green+Blue) = 82+173+164=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 173 - color contains mainly: green. Hex color #52ADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52ADA4 is #AD525B. Grayscale: #909090. Windows color (decimal): -11358812 or 10792274. OLE color: 10792274.

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

Color convert

RGB 82 173 164 -
CMYK 0.53 0 0.05 0.32
HSL 174.07º 0.36% 0.5% -
HSV(B) 174.07º 0.53% 0.68% -
XYZ 25.12 34.36 40.43 -
YUV 144.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 82 173 164 0.53 0 0.05 0.32 174.07 0.36 0.5
Hex 52 AD A4 35 0 5 20 AE 24 32
Octal 122 255 244 65 0 5 40 256 44 62
Binary 1010010 10101101 10100100 110101 0 101 100000 10101110 100100 110010

Color Harmonies of #52ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADA4

Black with #52ADA4

Text Example


Text Example

White with #52ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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