Html Css Color HEX #47C2AD Puerto Rico

📋 copy color: '#47C2AD'

red 71 ◦ green 194 ◦ blue 173

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

Shades of Puerto Rico #47C2AD

Tints of Puerto Rico #47C2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 173 (67.97% from 255) = 39.5%

R = 16.21%
G = 44.29%
B = 39.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#47C2AD (or 0x47C2AD) is known color: Puerto Rico. HEX triplet: 47, C2 and AD. RGB value is (71,194,173). Sum of RGB (Red+Green+Blue) = 71+194+173=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2AD is #B83D52. Grayscale: #9A9A9A. Windows color (decimal): -12074323 or 11387463. OLE color: 11387463.

HSL color Cylindrical-coordinate representation of color #47C2AD: hue angle of 169.76º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47C2AD is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 194 173 -
CMYK 0.63 0 0.11 0.24
HSL 169.76º 0.5% 0.52% -
HSV(B) 169.76º 0.63% 0.76% -
XYZ 29.43 42.94 46.27 -
YUV 154.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 71 194 173 0.63 0 0.11 0.24 169.76 0.5 0.52
Hex 47 C2 AD 3F 0 B 18 AA 32 34
Octal 107 302 255 77 0 13 30 252 62 64
Binary 1000111 11000010 10101101 111111 0 1011 11000 10101010 110010 110100

Color Harmonies of #47C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C2AD

Black with #47C2AD

Text Example


Text Example

White with #47C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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