#31C3A3

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

Shades of Shamrock #31C3A3

Tints of Shamrock #31C3A3

Color information

#31C3A3 (or 0x31C3A3) is unknown color: approx Shamrock. HEX triplet: 31, C3 and A3. RGB value is (49,195,163). Sum of RGB (Red+Green+Blue) = 49+195+163=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #31C3A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C3A3 is #CE3C5C. Grayscale: #939393. Windows color (decimal): -13515869 or 10732337. OLE color: 10732337.

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

Color convert

RGB49195163-
CMYK0.7500.160.24
HSL166.85º59.84%47.84%-
HSV(B)166.85º74.87%76.47%-
XYZ27.3942.3341.38-
YUV147.7136.6357.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.04%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 163 (64.06% from 255) = 40.05%
R=12.04%
G=47.91%
B=40.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491951630.7500.160.24166.8559.8447.84
Hex31C3A34B01018a73c30
Octal61303243113020302477460
Binary110001110000111010001110010110100001100010100111111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,195,163); }

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

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

 a { background-color: rgb(49,195,163); }

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

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

 span { border-color: rgb(49,195,163); }

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