#47B19F

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

Shades of Puerto Rico #47B19F

Tints of Puerto Rico #47B19F

Color information

#47B19F (or 0x47B19F) is unknown color: approx Puerto Rico. HEX triplet: 47, B1 and 9F. RGB value is (71,177,159). Sum of RGB (Red+Green+Blue) = 71+177+159=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #47B19F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B19F is #B84E60. Grayscale: #8F8F8F. Windows color (decimal): -12078689 or 10465607. OLE color: 10465607.

HSL color Cylindrical-coordinate representation of color #47B19F: hue angle of 169.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B19F is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB71177159-
CMYK0.6000.100.31
HSL169.81º42.74%48.63%-
HSV(B)169.81º59.89%69.41%-
XYZ24.5835.2938.32-
YUV143.25136.8876.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.44%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=17.44%
G=43.49%
B=39.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771590.6000.100.31169.8142.7448.63
Hex47B19F3C0A1Faa2b31
Octal10726123774012372525361
Binary10001111011000110011111111100010101111110101010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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