#47BD9F

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

Shades of Puerto Rico #47BD9F

Tints of Puerto Rico #47BD9F

Color information

#47BD9F (or 0x47BD9F) is unknown color: approx Puerto Rico. HEX triplet: 47, BD and 9F. RGB value is (71,189,159). Sum of RGB (Red+Green+Blue) = 71+189+159=419 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.95% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BD9F is #B84260. Grayscale: #969696. Windows color (decimal): -12075617 or 10468679. OLE color: 10468679.

HSL color Cylindrical-coordinate representation of color #47BD9F: hue angle of 164.75º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BD9F is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB71189159-
CMYK0.6200.160.26
HSL164.75º47.2%50.98%-
HSV(B)164.75º62.43%74.12%-
XYZ27.0540.2439.14-
YUV150.3132.9171.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.95%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=16.95%
G=45.11%
B=37.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711891590.6200.160.26164.7547.250.98
Hex47BD9F3E0101Aa52f33
Octal10727523776020322455763
Binary100011110111101100111111111100100001101010100101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,189,159); }

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

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

 a { background-color: rgb(71,189,159); }

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

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

 span { border-color: rgb(71,189,159); }

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