#31BF9C

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

Shades of Shamrock #31BF9C

Tints of Shamrock #31BF9C

Color information

#31BF9C (or 0x31BF9C) is unknown color: approx Shamrock. HEX triplet: 31, BF and 9C. RGB value is (49,191,156). Sum of RGB (Red+Green+Blue) = 49+191+156=396 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.37% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BF9C is #CE4063. Grayscale: #909090. Windows color (decimal): -13516900 or 10272561. OLE color: 10272561.

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

Color convert

RGB49191156-
CMYK0.7400.180.25
HSL165.21º59.17%47.06%-
HSV(B)165.21º74.35%74.9%-
XYZ25.940.3137.87-
YUV144.55134.4659.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.37%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=12.37%
G=48.23%
B=39.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491911560.7400.180.25165.2159.1747.06
Hex31BF9C4A01219a53b2f
Octal61277234112022312457357
Binary110001101111111001110010010100100101100110100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,191,156); }

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

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

 a { background-color: rgb(49,191,156); }

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

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

 span { border-color: rgb(49,191,156); }

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