#31C4A9

Color #31C4A9 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #31C4A9

Tints of Shamrock #31C4A9

Color information

#31C4A9 (or 0x31C4A9) is unknown color: approx Shamrock. HEX triplet: 31, C4 and A9. RGB value is (49,196,169). Sum of RGB (Red+Green+Blue) = 49+196+169=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #31C4A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C4A9 is #CE3B56. Grayscale: #949494. Windows color (decimal): -13515607 or 11125809. OLE color: 11125809.

HSL color Cylindrical-coordinate representation of color #31C4A9: hue angle of 168.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C4A9 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB49196169-
CMYK0.7500.140.23
HSL168.98º60%48.04%-
HSV(B)168.98º75%76.86%-
XYZ28.174344.35-
YUV148.97139.356.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.84%
GREEN value IS 196 (76.95% from 255) = 47.34%
BLUE value IS 169 (66.41% from 255) = 40.82%
R=11.84%
G=47.34%
B=40.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491961690.7500.140.23168.986048.04
Hex31C4A94B0E17a93c30
Octal61304251113016272517460
Binary11000111000100101010011001011011101011110101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31C4A9; }

 p { color: rgb(49,196,169); }

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

<style>
 a { background-color: #31C4A9; }

 a { background-color: rgb(49,196,169); }

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

<style>
 span { border-color: #31C4A9; }

 span { border-color: rgb(49,196,169); }

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