#47C8B0

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

Shades of Puerto Rico #47C8B0

Tints of Puerto Rico #47C8B0

Color information

#47C8B0 (or 0x47C8B0) is unknown color: approx Puerto Rico. HEX triplet: 47, C8 and B0. RGB value is (71,200,176). Sum of RGB (Red+Green+Blue) = 71+200+176=447 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.88% from 447); Green value is 200 (78.52% from 255 or 44.74% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 200 - color contains mainly: green. Hex color #47C8B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C8B0 is #B8374F. Grayscale: #9E9E9E. Windows color (decimal): -12072784 or 11585607. OLE color: 11585607.

HSL color Cylindrical-coordinate representation of color #47C8B0: hue angle of 168.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C8B0 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB71200176-
CMYK0.6400.120.22
HSL168.84º53.97%53.14%-
HSV(B)168.84º64.5%78.43%-
XYZ31.0945.7848.27-
YUV158.69137.7665.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.88%
GREEN value IS 200 (78.52% from 255) = 44.74%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=15.88%
G=44.74%
B=39.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal712001760.6400.120.22168.8453.9753.14
Hex47C8B0400C16a93635
Octal107310260100014262516665
Binary100011111001000101100001000000011001011010101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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