#2CBA70

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

Shades of Medium Sea Green #2CBA70

Tints of Medium Sea Green #2CBA70

Color information

#2CBA70 (or 0x2CBA70) is unknown color: approx Medium Sea Green. HEX triplet: 2C, BA and 70. RGB value is (44,186,112). Sum of RGB (Red+Green+Blue) = 44+186+112=342 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.87% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #2CBA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CBA70 is #D3458F. Grayscale: #878787. Windows color (decimal): -13845904 or 7387692. OLE color: 7387692.

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

Color convert

RGB44186112-
CMYK0.7600.400.27
HSL148.73º61.74%45.1%-
HSV(B)148.73º76.34%72.94%-
XYZ21.5236.8221.3-
YUV135.11114.9663.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.87%
GREEN value IS 186 (73.05% from 255) = 54.39%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=12.87%
G=54.39%
B=32.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441861120.7600.400.27148.7361.7445.1
Hex2CBA704C0281B953e2d
Octal54272160114050332257655
Binary101100101110101110000100110001010001101110010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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