#31CEB0

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

Shades of Shamrock #31CEB0

Tints of Shamrock #31CEB0

Color information

#31CEB0 (or 0x31CEB0) is unknown color: approx Shamrock. HEX triplet: 31, CE and B0. RGB value is (49,206,176). Sum of RGB (Red+Green+Blue) = 49+206+176=431 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.37% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CEB0 is #CE314F. Grayscale: #9B9B9B. Windows color (decimal): -13513040 or 11587121. OLE color: 11587121.

HSL color Cylindrical-coordinate representation of color #31CEB0: hue angle of 168.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CEB0 is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB49206176-
CMYK0.7600.150.19
HSL168.54º61.57%50%-
HSV(B)168.54º76.21%80.78%-
XYZ31.1747.9348.68-
YUV155.64139.4951.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.37%
GREEN value IS 206 (80.86% from 255) = 47.80%
BLUE value IS 176 (69.14% from 255) = 40.84%
R=11.37%
G=47.80%
B=40.84%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal492061760.7600.150.19168.5461.5750
Hex31CEB04C0F13a93e32
Octal61316260114017232517662
Binary11000111001110101100001001100011111001110101001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,206,176); }

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

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

 a { background-color: rgb(49,206,176); }

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

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

 span { border-color: rgb(49,206,176); }

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