#47B0AC

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

Shades of Puerto Rico #47B0AC

Tints of Puerto Rico #47B0AC

Color information

#47B0AC (or 0x47B0AC) is unknown color: approx Puerto Rico. HEX triplet: 47, B0 and AC. RGB value is (71,176,172). Sum of RGB (Red+Green+Blue) = 71+176+172=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #47B0AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B0AC is #B84F53. Grayscale: #909090. Windows color (decimal): -12078932 or 11317319. OLE color: 11317319.

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

Color convert

RGB71176172-
CMYK0.6000.020.31
HSL177.71º42.51%48.43%-
HSV(B)177.71º59.66%69.02%-
XYZ25.5735.3744.51-
YUV144.15143.7175.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.95%
GREEN value IS 176 (69.14% from 255) = 42.00%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=16.95%
G=42.00%
B=41.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711761720.6000.020.31177.7142.5148.43
Hex47B0AC3C021Fb22b30
Octal1072602547402372625360
Binary100011110110000101011001111000101111110110010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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