#47BCA1

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

Shades of Puerto Rico #47BCA1

Tints of Puerto Rico #47BCA1

Color information

#47BCA1 (or 0x47BCA1) is unknown color: approx Puerto Rico. HEX triplet: 47, BC and A1. RGB value is (71,188,161). Sum of RGB (Red+Green+Blue) = 71+188+161=420 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.90% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCA1 is #B8435E. Grayscale: #959595. Windows color (decimal): -12075871 or 10599495. OLE color: 10599495.

HSL color Cylindrical-coordinate representation of color #47BCA1: hue angle of 166.15º 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 #47BCA1 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB71188161-
CMYK0.6200.140.26
HSL166.15º46.61%50.78%-
HSV(B)166.15º62.23%73.73%-
XYZ27.0139.8839.99-
YUV149.94134.2471.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.90%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=16.90%
G=44.76%
B=38.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711881610.6200.140.26166.1546.6150.78
Hex47BCA13E0E1Aa62f33
Octal10727424176016322465763
Binary10001111011110010100001111110011101101010100110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,188,161); }

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

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

 a { background-color: rgb(71,188,161); }

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

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

 span { border-color: rgb(71,188,161); }

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