#31C768

Color #31C768 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #31C768

Tints of Medium Sea Green #31C768

Color information

#31C768 (or 0x31C768) is unknown color: approx Medium Sea Green. HEX triplet: 31, C7 and 68. RGB value is (49,199,104). Sum of RGB (Red+Green+Blue) = 49+199+104=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #31C768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C768 is #CE3897. Grayscale: #8F8F8F. Windows color (decimal): -13514904 or 6866737. OLE color: 6866737.

HSL color Cylindrical-coordinate representation of color #31C768: hue angle of 142º degrees, saturation: 0.6, 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 #31C768 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB49199104-
CMYK0.7500.480.22
HSL142º60.48%48.63%-
HSV(B)142º75.38%78.04%-
XYZ24.1942.520.03-
YUV143.32105.860.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.92%
GREEN value IS 199 (78.12% from 255) = 56.53%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=13.92%
G=56.53%
B=29.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal491991040.7500.480.2214260.4848.63
Hex31C7684B030168e3c31
Octal61307150113060262167461
Binary110001110001111101000100101101100001011010001110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,199,104); }

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

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

 a { background-color: rgb(49,199,104); }

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

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

 span { border-color: rgb(49,199,104); }

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