#2ABE6E

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

Shades of Medium Sea Green #2ABE6E

Tints of Medium Sea Green #2ABE6E

Color information

#2ABE6E (or 0x2ABE6E) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BE and 6E. RGB value is (42,190,110). Sum of RGB (Red+Green+Blue) = 42+190+110=342 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.28% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE6E is #D54191. Grayscale: #888888. Windows color (decimal): -13975954 or 7257642. OLE color: 7257642.

HSL color Cylindrical-coordinate representation of color #2ABE6E: hue angle of 147.57º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABE6E is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB42190110-
CMYK0.7800.420.25
HSL147.57º63.79%45.49%-
HSV(B)147.57º77.89%74.51%-
XYZ22.1838.4421-
YUV136.63112.9760.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.28%
GREEN value IS 190 (74.61% from 255) = 55.56%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=12.28%
G=55.56%
B=32.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421901100.7800.420.25147.5763.7945.49
Hex2ABE6E4E02A1994402d
Octal522761561160523122410055
Binary1010101011111011011101001110010101011001100101001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,190,110); }

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

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

 a { background-color: rgb(42,190,110); }

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

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

 span { border-color: rgb(42,190,110); }

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