#47C3A0

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

Shades of Puerto Rico #47C3A0

Tints of Puerto Rico #47C3A0

Color information

#47C3A0 (or 0x47C3A0) is unknown color: approx Puerto Rico. HEX triplet: 47, C3 and A0. RGB value is (71,195,160). Sum of RGB (Red+Green+Blue) = 71+195+160=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C3A0 is #B83C5F. Grayscale: #999999. Windows color (decimal): -12074080 or 10535751. OLE color: 10535751.

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

Color convert

RGB71195160-
CMYK0.6400.180.24
HSL163.06º50.82%52.16%-
HSV(B)163.06º63.59%76.47%-
XYZ28.4642.9140.04-
YUV153.93131.4268.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.67%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 160 (62.89% from 255) = 37.56%
R=16.67%
G=45.77%
B=37.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711951600.6400.180.24163.0650.8252.16
Hex47C3A04001218a33334
Octal107303240100022302436364
Binary1000111110000111010000010000000100101100010100011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,195,160); }

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

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

 a { background-color: rgb(71,195,160); }

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

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

 span { border-color: rgb(71,195,160); }

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