#31BE98

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

Shades of Shamrock #31BE98

Tints of Shamrock #31BE98

Color information

#31BE98 (or 0x31BE98) is unknown color: approx Shamrock. HEX triplet: 31, BE and 98. RGB value is (49,190,152). Sum of RGB (Red+Green+Blue) = 49+190+152=391 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.53% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BE98 is #CE4167. Grayscale: #8F8F8F. Windows color (decimal): -13517160 or 10010161. OLE color: 10010161.

HSL color Cylindrical-coordinate representation of color #31BE98: hue angle of 163.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE98 is Cyan = 0.74, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB49190152-
CMYK0.7400.20.25
HSL163.83º59%46.86%-
HSV(B)163.83º74.21%74.51%-
XYZ25.3539.7536.04-
YUV143.51132.7960.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.53%
GREEN value IS 190 (74.61% from 255) = 48.59%
BLUE value IS 152 (59.77% from 255) = 38.87%
R=12.53%
G=48.59%
B=38.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491901520.7400.20.25163.835946.86
Hex31BE984A01419a43b2f
Octal61276230112024312447357
Binary110001101111101001100010010100101001100110100100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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