#47B196

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

Shades of Puerto Rico #47B196

Tints of Puerto Rico #47B196

Color information

#47B196 (or 0x47B196) is unknown color: approx Puerto Rico. HEX triplet: 47, B1 and 96. RGB value is (71,177,150). Sum of RGB (Red+Green+Blue) = 71+177+150=398 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.84% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #47B196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B196 is #B84E69. Grayscale: #8E8E8E. Windows color (decimal): -12078698 or 9875783. OLE color: 9875783.

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

Color convert

RGB71177150-
CMYK0.6000.150.31
HSL164.72º42.74%48.63%-
HSV(B)164.72º59.89%69.41%-
XYZ23.8334.9934.35-
YUV142.23132.3877.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.84%
GREEN value IS 177 (69.53% from 255) = 44.47%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=17.84%
G=44.47%
B=37.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771500.6000.150.31164.7242.7448.63
Hex47B1963C0F1Fa52b31
Octal10726122674017372455361
Binary10001111011000110010110111100011111111110100101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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