#47C4AC

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

Shades of Puerto Rico #47C4AC

Tints of Puerto Rico #47C4AC

Color information

#47C4AC (or 0x47C4AC) is unknown color: approx Puerto Rico. HEX triplet: 47, C4 and AC. RGB value is (71,196,172). Sum of RGB (Red+Green+Blue) = 71+196+172=439 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.17% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #47C4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C4AC is #B83B53. Grayscale: #9B9B9B. Windows color (decimal): -12073812 or 11322439. OLE color: 11322439.

HSL color Cylindrical-coordinate representation of color #47C4AC: hue angle of 168.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C4AC is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB71196172-
CMYK0.6400.120.23
HSL168.48º51.44%52.35%-
HSV(B)168.48º63.78%76.86%-
XYZ29.7843.845.91-
YUV155.89137.0967.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.17%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=16.17%
G=44.65%
B=39.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal711961720.6400.120.23168.4851.4452.35
Hex47C4AC400C17a83334
Octal107304254100014272506364
Binary100011111000100101011001000000011001011110101000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,196,172); }

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

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

 a { background-color: rgb(71,196,172); }

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

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

 span { border-color: rgb(71,196,172); }

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