#47C6A9

Color #47C6A9 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #47C6A9

Tints of Puerto Rico #47C6A9

Color information

#47C6A9 (or 0x47C6A9) is unknown color: approx Puerto Rico. HEX triplet: 47, C6 and A9. RGB value is (71,198,169). Sum of RGB (Red+Green+Blue) = 71+198+169=438 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.21% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C6A9 is #B83956. Grayscale: #9C9C9C. Windows color (decimal): -12073303 or 11126343. OLE color: 11126343.

HSL color Cylindrical-coordinate representation of color #47C6A9: hue angle of 166.3º degrees, saturation: 0.53, 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 #47C6A9 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB71198169-
CMYK0.6400.150.22
HSL166.3º52.7%52.75%-
HSV(B)166.3º64.14%77.65%-
XYZ29.9544.5944.56-
YUV156.72134.9266.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.21%
GREEN value IS 198 (77.73% from 255) = 45.21%
BLUE value IS 169 (66.41% from 255) = 38.58%
R=16.21%
G=45.21%
B=38.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711981690.6400.150.22166.352.752.75
Hex47C6A9400F16a63535
Octal107306251100017262466565
Binary100011111000110101010011000000011111011010100110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,198,169); }

 H1.HeaderClassName
 {
   color: #47C6A9;
 }
 .AnyTagClassName
 {
   color: #47C6A9;
 }
</style>
background-color css

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

 a { background-color: rgb(71,198,169); }

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

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

 span { border-color: rgb(71,198,169); }

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