#31BEA0

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

Shades of Shamrock #31BEA0

Tints of Shamrock #31BEA0

Color information

#31BEA0 (or 0x31BEA0) is unknown color: approx Shamrock. HEX triplet: 31, BE and A0. RGB value is (49,190,160). Sum of RGB (Red+Green+Blue) = 49+190+160=399 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.28% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #31BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31BEA0 is #CE415F. Grayscale: #909090. Windows color (decimal): -13517152 or 10534449. OLE color: 10534449.

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

Color convert

RGB49190160-
CMYK0.7400.160.25
HSL167.23º59%46.86%-
HSV(B)167.23º74.21%74.51%-
XYZ26.0340.0239.61-
YUV144.42136.7959.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.28%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 160 (62.89% from 255) = 40.10%
R=12.28%
G=47.62%
B=40.10%

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
Decimal491901600.7400.160.25167.235946.86
Hex31BEA04A01019a73b2f
Octal61276240112020312477357
Binary110001101111101010000010010100100001100110100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,190,160); }

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

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

 a { background-color: rgb(49,190,160); }

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

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

 span { border-color: rgb(49,190,160); }

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