#2ABB61

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

Shades of Medium Sea Green #2ABB61

Tints of Medium Sea Green #2ABB61

Color information

#2ABB61 (or 0x2ABB61) is unknown color: approx Medium Sea Green. HEX triplet: 2A, BB and 61. RGB value is (42,187,97). Sum of RGB (Red+Green+Blue) = 42+187+97=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 187 (73.44% from 255 or 57.36% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABB61 is #D5449E. Grayscale: #858585. Windows color (decimal): -13976735 or 6404906. OLE color: 6404906.

HSL color Cylindrical-coordinate representation of color #2ABB61: hue angle of 142.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABB61 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB4218797-
CMYK0.7800.480.27
HSL142.76º63.32%44.9%-
HSV(B)142.76º77.54%73.33%-
XYZ20.8836.917.33-
YUV133.38107.4662.82-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.88%
GREEN value IS 187 (73.44% from 255) = 57.36%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=12.88%
G=57.36%
B=29.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42187970.7800.480.27142.7663.3244.9
Hex2ABB614E0301B8f3f2d
Octal52273141116060332177755
Binary101010101110111100001100111001100001101110001111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,187,97); }

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

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

 a { background-color: rgb(42,187,97); }

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

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

 span { border-color: rgb(42,187,97); }

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