#31C688

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

Shades of Shamrock #31C688

Tints of Shamrock #31C688

Color information

#31C688 (or 0x31C688) is unknown color: approx Shamrock. HEX triplet: 31, C6 and 88. RGB value is (49,198,136). Sum of RGB (Red+Green+Blue) = 49+198+136=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #31C688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C688 is #CE3977. Grayscale: #929292. Windows color (decimal): -13515128 or 8963633. OLE color: 8963633.

HSL color Cylindrical-coordinate representation of color #31C688: hue angle of 155.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C688 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB49198136-
CMYK0.7500.310.22
HSL155.03º60.32%48.43%-
HSV(B)155.03º75.25%77.65%-
XYZ25.942.8230.19-
YUV146.38122.1458.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.79%
GREEN value IS 198 (77.73% from 255) = 51.70%
BLUE value IS 136 (53.52% from 255) = 35.51%
R=12.79%
G=51.70%
B=35.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491981360.7500.310.22155.0360.3248.43
Hex31C6884B01F169b3c30
Octal61306210113037262337460
Binary110001110001101000100010010110111111011010011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,198,136); }

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

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

 a { background-color: rgb(49,198,136); }

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

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

 span { border-color: rgb(49,198,136); }

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