#47B0AB

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

Shades of Puerto Rico #47B0AB

Tints of Puerto Rico #47B0AB

Color information

#47B0AB (or 0x47B0AB) is unknown color: approx Puerto Rico. HEX triplet: 47, B0 and AB. RGB value is (71,176,171). Sum of RGB (Red+Green+Blue) = 71+176+171=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #47B0AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B0AB is #B84F54. Grayscale: #8F8F8F. Windows color (decimal): -12078933 or 11251783. OLE color: 11251783.

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

Color convert

RGB71176171-
CMYK0.6000.030.31
HSL177.14º42.51%48.43%-
HSV(B)177.14º59.66%69.02%-
XYZ25.4735.3344-
YUV144.04143.2175.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.99%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=16.99%
G=42.11%
B=40.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711761710.6000.030.31177.1442.5148.43
Hex47B0AB3C031Fb12b30
Octal1072602537403372615360
Binary100011110110000101010111111000111111110110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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