#47BFB2

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

Shades of Puerto Rico #47BFB2

Tints of Puerto Rico #47BFB2

Color information

#47BFB2 (or 0x47BFB2) is unknown color: approx Puerto Rico. HEX triplet: 47, BF and B2. RGB value is (71,191,178). Sum of RGB (Red+Green+Blue) = 71+191+178=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #47BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BFB2 is #B8404D. Grayscale: #999999. Windows color (decimal): -12075086 or 11714375. OLE color: 11714375.

HSL color Cylindrical-coordinate representation of color #47BFB2: hue angle of 173.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #47BFB2 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB71191178-
CMYK0.6300.070.25
HSL173.5º48.39%51.37%-
HSV(B)173.5º62.83%74.9%-
XYZ29.2741.8248.65-
YUV153.64141.7469.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.14%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=16.14%
G=43.41%
B=40.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711911780.6300.070.25173.548.3951.37
Hex47BFB23F0719ae3033
Octal1072772627707312566063
Binary1000111101111111011001011111101111100110101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,191,178); }

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

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

 a { background-color: rgb(71,191,178); }

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

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

 span { border-color: rgb(71,191,178); }

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