Html Css Color HEX #2AB96C Medium Sea Green

📋 copy color: '#2AB96C'

red 42 ◦ green 185 ◦ blue 108

#2AB96C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2AB96C

Tints of Medium Sea Green #2AB96C

RGB

 RED value IS 42 (16.8% from 255) = 12.54%

 GREEN value IS 185 (72.66% from 255) = 55.22%

 BLUE value IS 108 (42.58% from 255) = 32.24%

R = 12.54%
G = 55.22%
B = 32.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#2AB96C (or 0x2AB96C) is known color: Medium Sea Green. HEX triplet: 2A, B9 and 6C. RGB value is (42,185,108). Sum of RGB (Red+Green+Blue) = 42+185+108=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 185 (72.66% from 255 or 55.22% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB96C is #D54693. Grayscale: #858585. Windows color (decimal): -13977236 or 7125290. OLE color: 7125290.

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

Color convert

RGB 42 185 108 -
CMYK 0.77 0 0.42 0.27
HSL 147.69º 0.63% 0.45% -
HSV(B) 147.69º 0.77% 0.73% -
XYZ 21.01 36.27 20.08 -
YUV 133.47 113.62 62.76 -
System Red Green Blue C M Y K H S L
Decimal 42 185 108 0.77 0 0.42 0.27 147.69 0.63 0.45
Hex 2A B9 6C 4D 0 2A 1B 94 3F 2D
Octal 52 271 154 115 0 52 33 224 77 55
Binary 101010 10111001 1101100 1001101 0 101010 11011 10010100 111111 101101

Color Harmonies of #2AB96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB96C

Black with #2AB96C

Text Example


Text Example

White with #2AB96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,185,108); }

 H1.HeaderClassName
 {
   color: #2AB96C;
 }
 .AnyTagClassName
 {
   color: #2AB96C;
 }
</style>

background-color css

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

 a { background-color: rgb(42,185,108); }

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

border-color css

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

 span { border-color: rgb(42,185,108); }

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