#31BFA6

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

Shades of Shamrock #31BFA6

Tints of Shamrock #31BFA6

Color information

#31BFA6 (or 0x31BFA6) is unknown color: approx Shamrock. HEX triplet: 31, BF and A6. RGB value is (49,191,166). Sum of RGB (Red+Green+Blue) = 49+191+166=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #31BFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BFA6 is #CE4059. Grayscale: #919191. Windows color (decimal): -13516890 or 10927921. OLE color: 10927921.

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

Color convert

RGB49191166-
CMYK0.7400.130.25
HSL169.44º59.17%47.06%-
HSV(B)169.44º74.35%74.9%-
XYZ26.7840.6742.51-
YUV145.69139.4659.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.07%
GREEN value IS 191 (75% from 255) = 47.04%
BLUE value IS 166 (65.23% from 255) = 40.89%
R=12.07%
G=47.04%
B=40.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491911660.7400.130.25169.4459.1747.06
Hex31BFA64A0D19a93b2f
Octal61277246112015312517357
Binary11000110111111101001101001010011011100110101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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