#47BBB3

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

Shades of Puerto Rico #47BBB3

Tints of Puerto Rico #47BBB3

Color information

#47BBB3 (or 0x47BBB3) is unknown color: approx Puerto Rico. HEX triplet: 47, BB and B3. RGB value is (71,187,179). Sum of RGB (Red+Green+Blue) = 71+187+179=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #47BBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #47BBB3 is #B8444C. Grayscale: #979797. Windows color (decimal): -12076109 or 11778887. OLE color: 11778887.

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

Color convert

RGB71187179-
CMYK0.6200.040.27
HSL175.86º46.03%50.59%-
HSV(B)175.86º62.03%73.33%-
XYZ28.5140.1348.89-
YUV151.4143.5770.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.25%
GREEN value IS 187 (73.44% from 255) = 42.79%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=16.25%
G=42.79%
B=40.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711871790.6200.040.27175.8646.0350.59
Hex47BBB33E041Bb02e33
Octal1072732637604332605663
Binary1000111101110111011001111111001001101110110000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,187,179); }

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

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

 a { background-color: rgb(71,187,179); }

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

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

 span { border-color: rgb(71,187,179); }

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