Html Css Color HEX #47C2AB Puerto Rico

📋 copy color: '#47C2AB'

red 71 ◦ green 194 ◦ blue 171

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

Shades of Puerto Rico #47C2AB

Tints of Puerto Rico #47C2AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.22%

R = 16.28%
G = 44.5%
B = 39.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#47C2AB (or 0x47C2AB) is known color: Puerto Rico. HEX triplet: 47, C2 and AB. RGB value is (71,194,171). Sum of RGB (Red+Green+Blue) = 71+194+171=436 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.28% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 194 - color contains mainly: green. Hex color #47C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C2AB is #B83D54. Grayscale: #9A9A9A. Windows color (decimal): -12074325 or 11256391. OLE color: 11256391.

HSL color Cylindrical-coordinate representation of color #47C2AB: hue angle of 168.78º 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 #47C2AB is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 194 171 -
CMYK 0.63 0 0.12 0.24
HSL 168.78º 0.5% 0.52% -
HSV(B) 168.78º 0.63% 0.76% -
XYZ 29.24 42.86 45.26 -
YUV 154.6 137.25 68.37 -
System Red Green Blue C M Y K H S L
Decimal 71 194 171 0.63 0 0.12 0.24 168.78 0.5 0.52
Hex 47 C2 AB 3F 0 C 18 A9 32 34
Octal 107 302 253 77 0 14 30 251 62 64
Binary 1000111 11000010 10101011 111111 0 1100 11000 10101001 110010 110100

Color Harmonies of #47C2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C2AB

Black with #47C2AB

Text Example


Text Example

White with #47C2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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