#31BFA1

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

Shades of Shamrock #31BFA1

Tints of Shamrock #31BFA1

Color information

#31BFA1 (or 0x31BFA1) is unknown color: approx Shamrock. HEX triplet: 31, BF and A1. RGB value is (49,191,161). Sum of RGB (Red+Green+Blue) = 49+191+161=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 161 (63.28% from 255 or 40.15% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #31BFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BFA1 is #CE405E. Grayscale: #919191. Windows color (decimal): -13516895 or 10600241. OLE color: 10600241.

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

Color convert

RGB49191161-
CMYK0.7400.160.25
HSL167.32º59.17%47.06%-
HSV(B)167.32º74.35%74.9%-
XYZ26.3340.4940.15-
YUV145.12136.9659.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.22%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 161 (63.28% from 255) = 40.15%
R=12.22%
G=47.63%
B=40.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491911610.7400.160.25167.3259.1747.06
Hex31BFA14A01019a73b2f
Octal61277241112020312477357
Binary110001101111111010000110010100100001100110100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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