Html Css Color HEX #47C1A6 Puerto Rico

📋 copy color: '#47C1A6'

red 71 ◦ green 193 ◦ blue 166

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

Shades of Puerto Rico #47C1A6

Tints of Puerto Rico #47C1A6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 16.51%
G = 44.88%
B = 38.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#47C1A6 (or 0x47C1A6) is known color: Puerto Rico. HEX triplet: 47, C1 and A6. RGB value is (71,193,166). Sum of RGB (Red+Green+Blue) = 71+193+166=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #47C1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C1A6 is #B83E59. Grayscale: #999999. Windows color (decimal): -12074586 or 10928455. OLE color: 10928455.

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

Color convert

RGB 71 193 166 -
CMYK 0.63 0 0.14 0.24
HSL 166.72º 0.5% 0.52% -
HSV(B) 166.72º 0.63% 0.76% -
XYZ 28.55 42.23 42.72 -
YUV 153.44 135.08 69.2 -
System Red Green Blue C M Y K H S L
Decimal 71 193 166 0.63 0 0.14 0.24 166.72 0.5 0.52
Hex 47 C1 A6 3F 0 E 18 A7 32 34
Octal 107 301 246 77 0 16 30 247 62 64
Binary 1000111 11000001 10100110 111111 0 1110 11000 10100111 110010 110100

Color Harmonies of #47C1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C1A6

Black with #47C1A6

Text Example


Text Example

White with #47C1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,193,166); }

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

background-color css

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

 a { background-color: rgb(71,193,166); }

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

border-color css

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

 span { border-color: rgb(71,193,166); }

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