Html Css Color HEX #2AB26A Medium Sea Green

📋 copy color: '#2AB26A'

red 42 ◦ green 178 ◦ blue 106

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

Shades of Medium Sea Green #2AB26A

Tints of Medium Sea Green #2AB26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.6%

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 12.88%
G = 54.6%
B = 32.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#2AB26A (or 0x2AB26A) is known color: Medium Sea Green. HEX triplet: 2A, B2 and 6A. RGB value is (42,178,106). Sum of RGB (Red+Green+Blue) = 42+178+106=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB26A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AB26A is #D54D95. Grayscale: #818181. Windows color (decimal): -13979030 or 6992426. OLE color: 6992426.

HSL color Cylindrical-coordinate representation of color #2AB26A: hue angle of 148.24º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB26A is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 106 -
CMYK 0.76 0 0.40 0.30
HSL 148.24º 0.62% 0.43% -
HSV(B) 148.24º 0.76% 0.7% -
XYZ 19.48 33.37 19.05 -
YUV 129.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 42 178 106 0.76 0 0.40 0.30 148.24 0.62 0.43
Hex 2A B2 6A 4C 0 28 1E 94 3E 2B
Octal 52 262 152 114 0 50 36 224 76 53
Binary 101010 10110010 1101010 1001100 0 101000 11110 10010100 111110 101011

Color Harmonies of #2AB26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB26A

Black with #2AB26A

Text Example


Text Example

White with #2AB26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,178,106); }

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

background-color css

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

 a { background-color: rgb(42,178,106); }

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

border-color css

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

 span { border-color: rgb(42,178,106); }

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