#2CCF70

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

Shades of Medium Sea Green #2CCF70

Tints of Medium Sea Green #2CCF70

Color information

#2CCF70 (or 0x2CCF70) is unknown color: approx Medium Sea Green. HEX triplet: 2C, CF and 70. RGB value is (44,207,112). Sum of RGB (Red+Green+Blue) = 44+207+112=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCF70 is #D3308F. Grayscale: #939393. Windows color (decimal): -13840528 or 7393068. OLE color: 7393068.

HSL color Cylindrical-coordinate representation of color #2CCF70: hue angle of 145.03º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF70 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB44207112-
CMYK0.7900.460.19
HSL145.03º64.94%49.22%-
HSV(B)145.03º78.74%81.18%-
XYZ26.2846.3322.89-
YUV147.4310854.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.12%
GREEN value IS 207 (81.25% from 255) = 57.02%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=12.12%
G=57.02%
B=30.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal442071120.7900.460.19145.0364.9449.22
Hex2CCF704F02E13914131
Octal543171601170562322110161
Binary1011001100111111100001001111010111010011100100011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CCF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CCF70; }

 p { color: rgb(44,207,112); }

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

<style>
 a { background-color: #2CCF70; }

 a { background-color: rgb(44,207,112); }

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

<style>
 span { border-color: #2CCF70; }

 span { border-color: rgb(44,207,112); }

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