#31CA96

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

Shades of Shamrock #31CA96

Tints of Shamrock #31CA96

Color information

#31CA96 (or 0x31CA96) is unknown color: approx Shamrock. HEX triplet: 31, CA and 96. RGB value is (49,202,150). Sum of RGB (Red+Green+Blue) = 49+202+150=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CA96 is #CE3569. Grayscale: #969696. Windows color (decimal): -13514090 or 9882161. OLE color: 9882161.

HSL color Cylindrical-coordinate representation of color #31CA96: hue angle of 159.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CA96 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB49202150-
CMYK0.7600.260.21
HSL159.61º60.96%49.22%-
HSV(B)159.61º75.74%79.22%-
XYZ27.8945.136.09-
YUV150.32127.8155.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.22%
GREEN value IS 202 (79.30% from 255) = 50.37%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=12.22%
G=50.37%
B=37.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal492021500.7600.260.21159.6160.9649.22
Hex31CA964C01A15a03d31
Octal61312226114032252407561
Binary110001110010101001011010011000110101010110100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,202,150); }

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

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

 a { background-color: rgb(49,202,150); }

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

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

 span { border-color: rgb(49,202,150); }

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