#31CC68

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

Shades of Medium Sea Green #31CC68

Tints of Medium Sea Green #31CC68

Color information

#31CC68 (or 0x31CC68) is unknown color: approx Medium Sea Green. HEX triplet: 31, CC and 68. RGB value is (49,204,104). Sum of RGB (Red+Green+Blue) = 49+204+104=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CC68 is #CE3397. Grayscale: #929292. Windows color (decimal): -13513624 or 6868017. OLE color: 6868017.

HSL color Cylindrical-coordinate representation of color #31CC68: hue angle of 141.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC68 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB49204104-
CMYK0.7600.490.2
HSL141.29º61.26%49.61%-
HSV(B)141.29º75.98%80%-
XYZ25.3644.8420.41-
YUV146.26104.1558.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.73%
GREEN value IS 204 (80.08% from 255) = 57.14%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=13.73%
G=57.14%
B=29.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal492041040.7600.490.2141.2961.2649.61
Hex31CC684C031148d3d32
Octal61314150114061242157562
Binary110001110011001101000100110001100011010010001101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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