#2ABE69

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

Shades of Medium Sea Green #2ABE69

Tints of Medium Sea Green #2ABE69

Color information

#2ABE69 (or 0x2ABE69) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BE and 69. RGB value is (42,190,105). Sum of RGB (Red+Green+Blue) = 42+190+105=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE69 is #D54196. Grayscale: #888888. Windows color (decimal): -13975959 or 6929962. OLE color: 6929962.

HSL color Cylindrical-coordinate representation of color #2ABE69: hue angle of 145.54º 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 #2ABE69 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB42190105-
CMYK0.7800.450.25
HSL145.54º63.79%45.49%-
HSV(B)145.54º77.89%74.51%-
XYZ21.9238.3419.61-
YUV136.06110.4760.91-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.46%
GREEN value IS 190 (74.61% from 255) = 56.38%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=12.46%
G=56.38%
B=31.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal421901050.7800.450.25145.5463.7945.49
Hex2ABE694E02D1992402d
Octal522761511160553122210055
Binary1010101011111011010011001110010110111001100100101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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