#2ABF69

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

Shades of Medium Sea Green #2ABF69

Tints of Medium Sea Green #2ABF69

Color information

#2ABF69 (or 0x2ABF69) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BF and 69. RGB value is (42,191,105). Sum of RGB (Red+Green+Blue) = 42+191+105=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF69 is #D54096. Grayscale: #888888. Windows color (decimal): -13975703 or 6930218. OLE color: 6930218.

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

Color convert

RGB42191105-
CMYK0.7800.450.25
HSL145.37º63.95%45.69%-
HSV(B)145.37º78.01%74.9%-
XYZ22.1438.7719.68-
YUV136.64110.1460.49-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.43%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 105 (41.41% from 255) = 31.07%
R=12.43%
G=56.51%
B=31.07%

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
Decimal421911050.7800.450.25145.3763.9545.69
Hex2ABF694E02D1991402e
Octal522771511160553122110056
Binary1010101011111111010011001110010110111001100100011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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