#2cba69

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

Shades of Medium Sea Green #2CBA69

Tints of Medium Sea Green #2CBA69

Color information

#2CBA69 (or 0x2CBA69) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BA and 69. RGB value is (44,186,105). Sum of RGB (Red+Green+Blue) = 44+186+105=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBA69 is #D34596. Grayscale: #868686. Windows color (decimal): -13845911 or 6928940. OLE color: 6928940.

HSL color Cylindrical-coordinate representation of color #2CBA69: hue angle of 145.77º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CBA69 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB44186105-
CMYK0.7600.440.27
HSL145.77º61.74%45.1%-
HSV(B)145.77º76.34%72.94%-
XYZ21.1536.6719.33-
YUV134.31111.4663.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.13%
GREEN value IS 186 (73.05% from 255) = 55.52%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=13.13%
G=55.52%
B=31.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441861050.7600.440.27145.7761.7445.1
Hex2CBA694C02C1B923e2d
Octal54272151114054332227655
Binary101100101110101101001100110001011001101110010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cba69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,186,105); }

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

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

 a { background-color: rgb(44,186,105); }

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

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

 span { border-color: rgb(44,186,105); }

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