Html Css Color HEX #2ABE7A Medium Sea Green

📋 copy color: '#2ABE7A'

red 42 ◦ green 190 ◦ blue 122

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

Shades of Medium Sea Green #2ABE7A

Tints of Medium Sea Green #2ABE7A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.67%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 11.86%
G = 53.67%
B = 34.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#2ABE7A (or 0x2ABE7A) is known color: Medium Sea Green. HEX triplet: 2A, BE and 7A. RGB value is (42,190,122). Sum of RGB (Red+Green+Blue) = 42+190+122=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 190 (74.61% from 255 or 53.67% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABE7A is #D54185. Grayscale: #8A8A8A. Windows color (decimal): -13975942 or 8044074. OLE color: 8044074.

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

Color convert

RGB 42 190 122 -
CMYK 0.78 0 0.36 0.25
HSL 152.43º 0.64% 0.45% -
HSV(B) 152.43º 0.78% 0.75% -
XYZ 22.88 38.72 24.68 -
YUV 138 118.97 59.53 -
System Red Green Blue C M Y K H S L
Decimal 42 190 122 0.78 0 0.36 0.25 152.43 0.64 0.45
Hex 2A BE 7A 4E 0 24 19 98 40 2D
Octal 52 276 172 116 0 44 31 230 100 55
Binary 101010 10111110 1111010 1001110 0 100100 11001 10011000 1000000 101101

Color Harmonies of #2ABE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE7A

Black with #2ABE7A

Text Example


Text Example

White with #2ABE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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