#47BCA6

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

Shades of Puerto Rico #47BCA6

Tints of Puerto Rico #47BCA6

Color information

#47BCA6 (or 0x47BCA6) is unknown color: approx Puerto Rico. HEX triplet: 47, BC and A6. RGB value is (71,188,166). Sum of RGB (Red+Green+Blue) = 71+188+166=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #47BCA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BCA6 is #B84359. Grayscale: #969696. Windows color (decimal): -12075866 or 10927175. OLE color: 10927175.

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

Color convert

RGB71188166-
CMYK0.6200.120.26
HSL168.72º46.61%50.78%-
HSV(B)168.72º62.23%73.73%-
XYZ27.4640.0642.36-
YUV150.51136.7471.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.71%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 166 (65.23% from 255) = 39.06%
R=16.71%
G=44.24%
B=39.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711881660.6200.120.26168.7246.6150.78
Hex47BCA63E0C1Aa92f33
Octal10727424676014322515763
Binary10001111011110010100110111110011001101010101001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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