#47B49F

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

Shades of Puerto Rico #47B49F

Tints of Puerto Rico #47B49F

Color information

#47B49F (or 0x47B49F) is unknown color: approx Puerto Rico. HEX triplet: 47, B4 and 9F. RGB value is (71,180,159). Sum of RGB (Red+Green+Blue) = 71+180+159=410 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.32% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #47B49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B49F is #B84B60. Grayscale: #909090. Windows color (decimal): -12077921 or 10466375. OLE color: 10466375.

HSL color Cylindrical-coordinate representation of color #47B49F: hue angle of 168.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B49F is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB71180159-
CMYK0.6100.120.29
HSL168.44º43.43%49.22%-
HSV(B)168.44º60.56%70.59%-
XYZ25.1836.4938.52-
YUV145.01135.8975.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.32%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=17.32%
G=43.90%
B=38.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711801590.6100.120.29168.4443.4349.22
Hex47B49F3D0C1Da82b31
Octal10726423775014352505361
Binary10001111011010010011111111101011001110110101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,180,159); }

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

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

 a { background-color: rgb(71,180,159); }

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

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

 span { border-color: rgb(71,180,159); }

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