#47B5B0

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

Shades of Puerto Rico #47B5B0

Tints of Puerto Rico #47B5B0

Color information

#47B5B0 (or 0x47B5B0) is unknown color: approx Puerto Rico. HEX triplet: 47, B5 and B0. RGB value is (71,181,176). Sum of RGB (Red+Green+Blue) = 71+181+176=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 181 - color contains mainly: green. Hex color #47B5B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B5B0 is #B84A4F. Grayscale: #939393. Windows color (decimal): -12077648 or 11580743. OLE color: 11580743.

HSL color Cylindrical-coordinate representation of color #47B5B0: hue angle of 177.27º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B5B0 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB71181176-
CMYK0.6100.030.29
HSL177.27º43.65%49.41%-
HSV(B)177.27º60.77%70.98%-
XYZ26.9637.5246.9-
YUV147.54144.0673.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.59%
GREEN value IS 181 (71.09% from 255) = 42.29%
BLUE value IS 176 (69.14% from 255) = 41.12%
R=16.59%
G=42.29%
B=41.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711811760.6100.030.29177.2743.6549.41
Hex47B5B03D031Db12c31
Octal1072652607503352615461
Binary100011110110101101100001111010111110110110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,181,176); }

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

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

 a { background-color: rgb(71,181,176); }

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

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

 span { border-color: rgb(71,181,176); }

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