#31C8A5

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

Shades of Shamrock #31C8A5

Tints of Shamrock #31C8A5

Color information

#31C8A5 (or 0x31C8A5) is unknown color: approx Shamrock. HEX triplet: 31, C8 and A5. RGB value is (49,200,165). Sum of RGB (Red+Green+Blue) = 49+200+165=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #31C8A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C8A5 is #CE375A. Grayscale: #969696. Windows color (decimal): -13514587 or 10864689. OLE color: 10864689.

HSL color Cylindrical-coordinate representation of color #31C8A5: hue angle of 166.09º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C8A5 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB49200165-
CMYK0.7600.180.22
HSL166.09º60.64%48.82%-
HSV(B)166.09º75.5%78.43%-
XYZ28.7144.6842.71-
YUV150.86135.9755.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.84%
GREEN value IS 200 (78.52% from 255) = 48.31%
BLUE value IS 165 (64.84% from 255) = 39.86%
R=11.84%
G=48.31%
B=39.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal492001650.7600.180.22166.0960.6448.82
Hex31C8A54C01216a63d31
Octal61310245114022262467561
Binary110001110010001010010110011000100101011010100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,200,165); }

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

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

 a { background-color: rgb(49,200,165); }

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

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

 span { border-color: rgb(49,200,165); }

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