#47A99C

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

Shades of Puerto Rico #47A99C

Tints of Puerto Rico #47A99C

Color information

#47A99C (or 0x47A99C) is unknown color: approx Puerto Rico. HEX triplet: 47, A9 and 9C. RGB value is (71,169,156). Sum of RGB (Red+Green+Blue) = 71+169+156=396 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.93% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #47A99C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A99C is #B85663. Grayscale: #8A8A8A. Windows color (decimal): -12080740 or 10266951. OLE color: 10266951.

HSL color Cylindrical-coordinate representation of color #47A99C: hue angle of 172.04º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47A99C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB71169156-
CMYK0.5800.080.34
HSL172.04º40.83%47.06%-
HSV(B)172.04º57.99%66.27%-
XYZ22.7932.1236.45-
YUV138.22138.0380.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.93%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=17.93%
G=42.68%
B=39.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal711691560.5800.080.34172.0440.8347.06
Hex47A99C3A0822ac292f
Octal10725123472010422545157
Binary100011110101001100111001110100100010001010101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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