Html Css Color HEX #2ABF6C Medium Sea Green

📋 copy color: '#2ABF6C'

red 42 ◦ green 191 ◦ blue 108

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

Shades of Medium Sea Green #2ABF6C

Tints of Medium Sea Green #2ABF6C

RGB

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

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

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

R = 12.32%
G = 56.01%
B = 31.67%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#2ABF6C (or 0x2ABF6C) is known color: Medium Sea Green. HEX triplet: 2A, BF and 6C. RGB value is (42,191,108). Sum of RGB (Red+Green+Blue) = 42+191+108=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF6C is #D54093. Grayscale: #898989. Windows color (decimal): -13975700 or 7126826. OLE color: 7126826.

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

Color convert

RGB 42 191 108 -
CMYK 0.78 0 0.43 0.25
HSL 146.58º 0.64% 0.46% -
HSV(B) 146.58º 0.78% 0.75% -
XYZ 22.29 38.84 20.51 -
YUV 136.99 111.64 60.25 -
System Red Green Blue C M Y K H S L
Decimal 42 191 108 0.78 0 0.43 0.25 146.58 0.64 0.46
Hex 2A BF 6C 4E 0 2B 19 93 40 2E
Octal 52 277 154 116 0 53 31 223 100 56
Binary 101010 10111111 1101100 1001110 0 101011 11001 10010011 1000000 101110

Color Harmonies of #2ABF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF6C

Black with #2ABF6C

Text Example


Text Example

White with #2ABF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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