#47B195

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

Shades of Puerto Rico #47B195

Tints of Puerto Rico #47B195

Color information

#47B195 (or 0x47B195) is unknown color: approx Puerto Rico. HEX triplet: 47, B1 and 95. RGB value is (71,177,149). Sum of RGB (Red+Green+Blue) = 71+177+149=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #47B195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B195 is #B84E6A. Grayscale: #8E8E8E. Windows color (decimal): -12078699 or 9810247. OLE color: 9810247.

HSL color Cylindrical-coordinate representation of color #47B195: hue angle of 164.15º 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 #47B195 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB71177149-
CMYK0.6000.160.31
HSL164.15º42.74%48.63%-
HSV(B)164.15º59.89%69.41%-
XYZ23.7534.9533.93-
YUV142.11131.8877.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.88%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=17.88%
G=44.58%
B=37.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771490.6000.160.31164.1542.7448.63
Hex47B1953C0101Fa42b31
Octal10726122574020372445361
Binary100011110110001100101011111000100001111110100100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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