Html Css Color HEX #2ABF7A Medium Sea Green

📋 copy color: '#2ABF7A'

red 42 ◦ green 191 ◦ blue 122

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

Shades of Medium Sea Green #2ABF7A

Tints of Medium Sea Green #2ABF7A

RGB

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

 GREEN value IS 191 (75% from 255) = 53.8%

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

R = 11.83%
G = 53.8%
B = 34.37%

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

#2ABF7A (or 0x2ABF7A) is known color: Medium Sea Green. HEX triplet: 2A, BF and 7A. RGB value is (42,191,122). Sum of RGB (Red+Green+Blue) = 42+191+122=355 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.83% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF7A is #D54085. Grayscale: #8A8A8A. Windows color (decimal): -13975686 or 8044330. OLE color: 8044330.

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

Color convert

RGB 42 191 122 -
CMYK 0.78 0 0.36 0.25
HSL 152.21º 0.64% 0.46% -
HSV(B) 152.21º 0.78% 0.75% -
XYZ 23.1 39.16 24.75 -
YUV 138.58 118.64 59.11 -
System Red Green Blue C M Y K H S L
Decimal 42 191 122 0.78 0 0.36 0.25 152.21 0.64 0.46
Hex 2A BF 7A 4E 0 24 19 98 40 2E
Octal 52 277 172 116 0 44 31 230 100 56
Binary 101010 10111111 1111010 1001110 0 100100 11001 10011000 1000000 101110

Color Harmonies of #2ABF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF7A

Black with #2ABF7A

Text Example


Text Example

White with #2ABF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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