#47C6B1

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

Shades of Puerto Rico #47C6B1

Tints of Puerto Rico #47C6B1

Color information

#47C6B1 (or 0x47C6B1) is unknown color: approx Puerto Rico. HEX triplet: 47, C6 and B1. RGB value is (71,198,177). Sum of RGB (Red+Green+Blue) = 71+198+177=446 (59% of max value = 765). Red value is 71 (28.12% from 255 or 15.92% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #47C6B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C6B1 is #B8394E. Grayscale: #9D9D9D. Windows color (decimal): -12073295 or 11650631. OLE color: 11650631.

HSL color Cylindrical-coordinate representation of color #47C6B1: hue angle of 170.08º degrees, saturation: 0.53, 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 #47C6B1 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB71198177-
CMYK0.6400.110.22
HSL170.08º52.7%52.75%-
HSV(B)170.08º64.14%77.65%-
XYZ30.7344.948.64-
YUV157.63138.9266.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 15.92%
GREEN value IS 198 (77.73% from 255) = 44.39%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=15.92%
G=44.39%
B=39.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal711981770.6400.110.22170.0852.752.75
Hex47C6B1400B16aa3535
Octal107306261100013262526565
Binary100011111000110101100011000000010111011010101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,198,177); }

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

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

 a { background-color: rgb(71,198,177); }

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

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

 span { border-color: rgb(71,198,177); }

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