#47B9AE

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

Shades of Puerto Rico #47B9AE

Tints of Puerto Rico #47B9AE

Color information

#47B9AE (or 0x47B9AE) is unknown color: approx Puerto Rico. HEX triplet: 47, B9 and AE. RGB value is (71,185,174). Sum of RGB (Red+Green+Blue) = 71+185+174=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #47B9AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B9AE is #B84651. Grayscale: #959595. Windows color (decimal): -12076626 or 11450695. OLE color: 11450695.

HSL color Cylindrical-coordinate representation of color #47B9AE: hue angle of 174.21º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47B9AE is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB71185174-
CMYK0.6200.060.27
HSL174.21º44.88%50.2%-
HSV(B)174.21º61.62%72.55%-
XYZ27.5939.0946.14-
YUV149.66141.7371.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.51%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 174 (68.36% from 255) = 40.47%
R=16.51%
G=43.02%
B=40.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711851740.6200.060.27174.2144.8850.2
Hex47B9AE3E061Bae2d32
Octal1072712567606332565562
Binary1000111101110011010111011111001101101110101110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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