Html Css Color HEX #47C8AA Puerto Rico

📋 copy color: '#47C8AA'

red 71 ◦ green 200 ◦ blue 170

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

Shades of Puerto Rico #47C8AA

Tints of Puerto Rico #47C8AA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

 BLUE value IS 170 (66.8% from 255) = 38.55%

R = 16.1%
G = 45.35%
B = 38.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#47C8AA (or 0x47C8AA) is known color: Puerto Rico. HEX triplet: 47, C8 and AA. RGB value is (71,200,170). Sum of RGB (Red+Green+Blue) = 71+200+170=441 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.10% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8AA is #B83755. Grayscale: #9E9E9E. Windows color (decimal): -12072790 or 11192391. OLE color: 11192391.

HSL color Cylindrical-coordinate representation of color #47C8AA: hue angle of 166.05º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C8AA is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 71 200 170 -
CMYK 0.64 0 0.15 0.22
HSL 166.05º 0.54% 0.53% -
HSV(B) 166.05º 0.65% 0.78% -
XYZ 30.51 45.55 45.21 -
YUV 158.01 134.76 65.94 -
System Red Green Blue C M Y K H S L
Decimal 71 200 170 0.64 0 0.15 0.22 166.05 0.54 0.53
Hex 47 C8 AA 40 0 F 16 A6 36 35
Octal 107 310 252 100 0 17 26 246 66 65
Binary 1000111 11001000 10101010 1000000 0 1111 10110 10100110 110110 110101

Color Harmonies of #47C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C8AA

Black with #47C8AA

Text Example


Text Example

White with #47C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,200,170); }

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

background-color css

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

 a { background-color: rgb(71,200,170); }

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

border-color css

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

 span { border-color: rgb(71,200,170); }

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