#47C3A9

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

Shades of Puerto Rico #47C3A9

Tints of Puerto Rico #47C3A9

Color information

#47C3A9 (or 0x47C3A9) is unknown color: approx Puerto Rico. HEX triplet: 47, C3 and A9. RGB value is (71,195,169). Sum of RGB (Red+Green+Blue) = 71+195+169=435 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.32% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #47C3A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47C3A9 is #B83C56. Grayscale: #9A9A9A. Windows color (decimal): -12074071 or 11125575. OLE color: 11125575.

HSL color Cylindrical-coordinate representation of color #47C3A9: hue angle of 167.42º 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 #47C3A9 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB71195169-
CMYK0.6400.130.24
HSL167.42º50.82%52.16%-
HSV(B)167.42º63.59%76.47%-
XYZ29.2843.2344.34-
YUV154.96135.9268.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 16.32%
GREEN value IS 195 (76.56% from 255) = 44.83%
BLUE value IS 169 (66.41% from 255) = 38.85%
R=16.32%
G=44.83%
B=38.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal711951690.6400.130.24167.4250.8252.16
Hex47C3A9400D18a73334
Octal107303251100015302476364
Binary100011111000011101010011000000011011100010100111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C3A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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