Html Css Color HEX #47ADA1 Puerto Rico

📋 copy color: '#47ADA1'

red 71 ◦ green 173 ◦ blue 161

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

Shades of Puerto Rico #47ADA1

Tints of Puerto Rico #47ADA1

RGB

 RED value IS 71 (28.13% from 255) = 17.53%

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

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 17.53%
G = 42.72%
B = 39.75%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#47ADA1 (or 0x47ADA1) is known color: Puerto Rico. HEX triplet: 47, AD and A1. RGB value is (71,173,161). Sum of RGB (Red+Green+Blue) = 71+173+161=405 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.53% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #47ADA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47ADA1 is #B8525E. Grayscale: #8D8D8D. Windows color (decimal): -12079711 or 10595655. OLE color: 10595655.

HSL color Cylindrical-coordinate representation of color #47ADA1: hue angle of 172.94º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47ADA1 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 173 161 -
CMYK 0.59 0 0.07 0.32
HSL 172.94º 0.42% 0.48% -
HSV(B) 172.94º 0.59% 0.68% -
XYZ 23.98 33.8 38.98 -
YUV 141.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 71 173 161 0.59 0 0.07 0.32 172.94 0.42 0.48
Hex 47 AD A1 3B 0 7 20 AD 2A 30
Octal 107 255 241 73 0 7 40 255 52 60
Binary 1000111 10101101 10100001 111011 0 111 100000 10101101 101010 110000

Color Harmonies of #47ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47ADA1

Black with #47ADA1

Text Example


Text Example

White with #47ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47ADA1; }

 p { color: rgb(71,173,161); }

 H1.HeaderClassName
 {
   color: #47ADA1;
 }
 .AnyTagClassName
 {
   color: #47ADA1;
 }
</style>

background-color css

<style>
 a { background-color: #47ADA1; }

 a { background-color: rgb(71,173,161); }

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

border-color css

<style>
 span { border-color: #47ADA1; }

 span { border-color: rgb(71,173,161); }

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