#47b2ab

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

Shades of Puerto Rico #47B2AB

Tints of Puerto Rico #47B2AB

Color information

#47B2AB (or 0x47B2AB) is unknown color: approx Puerto Rico. HEX triplet: 47, B2 and AB. RGB value is (71,178,171). Sum of RGB (Red+Green+Blue) = 71+178+171=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #47B2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B2AB is #B84D54. Grayscale: #919191. Windows color (decimal): -12078421 or 11252295. OLE color: 11252295.

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

Color convert

RGB71178171-
CMYK0.6000.040.30
HSL176.07º42.97%48.82%-
HSV(B)176.07º60.11%69.8%-
XYZ25.8736.1244.14-
YUV145.21142.5575.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.90%
GREEN value IS 178 (69.92% from 255) = 42.38%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=16.90%
G=42.38%
B=40.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711781710.6000.040.30176.0742.9748.82
Hex47B2AB3C041Eb02b31
Octal1072622537404362605361
Binary1000111101100101010101111110001001111010110000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47b2ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,178,171); }

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

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

 a { background-color: rgb(71,178,171); }

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

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

 span { border-color: rgb(71,178,171); }

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