#31CA98

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

Shades of Shamrock #31CA98

Tints of Shamrock #31CA98

Color information

#31CA98 (or 0x31CA98) is unknown color: approx Shamrock. HEX triplet: 31, CA and 98. RGB value is (49,202,152). Sum of RGB (Red+Green+Blue) = 49+202+152=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CA98 is #CE3567. Grayscale: #969696. Windows color (decimal): -13514088 or 10013233. OLE color: 10013233.

HSL color Cylindrical-coordinate representation of color #31CA98: hue angle of 160.39º 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 #31CA98 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB49202152-
CMYK0.7600.250.21
HSL160.39º60.96%49.22%-
HSV(B)160.39º75.74%79.22%-
XYZ28.0545.1636.94-
YUV150.55128.8155.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.16%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=12.16%
G=50.12%
B=37.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal492021520.7600.250.21160.3960.9649.22
Hex31CA984C01915a03d31
Octal61312230114031252407561
Binary110001110010101001100010011000110011010110100000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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