#47B5AE

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

Shades of Puerto Rico #47B5AE

Tints of Puerto Rico #47B5AE

Color information

#47B5AE (or 0x47B5AE) is unknown color: approx Puerto Rico. HEX triplet: 47, B5 and AE. RGB value is (71,181,174). Sum of RGB (Red+Green+Blue) = 71+181+174=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #47B5AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B5AE is #B84A51. Grayscale: #939393. Windows color (decimal): -12077650 or 11449671. OLE color: 11449671.

HSL color Cylindrical-coordinate representation of color #47B5AE: hue angle of 176.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B5AE is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB71181174-
CMYK0.6100.040.29
HSL176.18º43.65%49.41%-
HSV(B)176.18º60.77%70.98%-
XYZ26.7637.4445.86-
YUV147.31143.0673.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.67%
GREEN value IS 181 (71.09% from 255) = 42.49%
BLUE value IS 174 (68.36% from 255) = 40.85%
R=16.67%
G=42.49%
B=40.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711811740.6100.040.29176.1843.6549.41
Hex47B5AE3D041Db02c31
Octal1072652567504352605461
Binary1000111101101011010111011110101001110110110000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,181,174); }

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

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

 a { background-color: rgb(71,181,174); }

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

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

 span { border-color: rgb(71,181,174); }

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