#31D7B2

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

Shades of Shamrock #31D7B2

Tints of Shamrock #31D7B2

Color information

#31D7B2 (or 0x31D7B2) is unknown color: approx Shamrock. HEX triplet: 31, D7 and B2. RGB value is (49,215,178). Sum of RGB (Red+Green+Blue) = 49+215+178=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #31D7B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D7B2 is #CE284D. Grayscale: #A1A1A1. Windows color (decimal): -13510734 or 11720497. OLE color: 11720497.

HSL color Cylindrical-coordinate representation of color #31D7B2: hue angle of 166.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D7B2 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB49215178-
CMYK0.7700.170.16
HSL166.63º67.48%51.76%-
HSV(B)166.63º77.21%84.31%-
XYZ33.652.4750.48-
YUV161.15137.548.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.09%
GREEN value IS 215 (84.38% from 255) = 48.64%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=11.09%
G=48.64%
B=40.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal492151780.7700.170.16166.6367.4851.76
Hex31D7B24D01110a74334
Octal613272621150212024710364
Binary1100011101011110110010100110101000110000101001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D7B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,215,178); }

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

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

 a { background-color: rgb(49,215,178); }

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

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

 span { border-color: rgb(49,215,178); }

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