#2CB96B

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

Shades of Medium Sea Green #2CB96B

Tints of Medium Sea Green #2CB96B

Color information

#2CB96B (or 0x2CB96B) is unknown color: approx Medium Sea Green. HEX triplet: 2C, B9 and 6B. RGB value is (44,185,107). Sum of RGB (Red+Green+Blue) = 44+185+107=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 185 (72.66% from 255 or 55.06% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 185 - color contains mainly: green. Hex color #2CB96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CB96B is #D34694. Grayscale: #868686. Windows color (decimal): -13846165 or 7059756. OLE color: 7059756.

HSL color Cylindrical-coordinate representation of color #2CB96B: hue angle of 146.81º 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 #2CB96B is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB44185107-
CMYK0.7600.420.27
HSL146.81º61.57%44.9%-
HSV(B)146.81º76.22%72.55%-
XYZ21.0436.2919.81-
YUV133.95112.7963.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.10%
GREEN value IS 185 (72.66% from 255) = 55.06%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=13.10%
G=55.06%
B=31.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441851070.7600.420.27146.8161.5744.9
Hex2CB96B4C02A1B933e2d
Octal54271153114052332237655
Binary101100101110011101011100110001010101101110010011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,185,107); }

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

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

 a { background-color: rgb(44,185,107); }

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

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

 span { border-color: rgb(44,185,107); }

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