Html Css Color HEX #2ABE88 Mountain Meadow

📋 copy color: '#2ABE88'

red 42 ◦ green 190 ◦ blue 136

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

Shades of Mountain Meadow #2ABE88

Tints of Mountain Meadow #2ABE88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 11.41%
G = 51.63%
B = 36.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#2ABE88 (or 0x2ABE88) is known color: Mountain Meadow. HEX triplet: 2A, BE and 88. RGB value is (42,190,136). Sum of RGB (Red+Green+Blue) = 42+190+136=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABE88 is #D54177. Grayscale: #8B8B8B. Windows color (decimal): -13975928 or 8961578. OLE color: 8961578.

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

Color convert

RGB 42 190 136 -
CMYK 0.78 0 0.28 0.25
HSL 158.11º 0.64% 0.45% -
HSV(B) 158.11º 0.78% 0.75% -
XYZ 23.81 39.1 29.58 -
YUV 139.59 125.97 58.39 -
System Red Green Blue C M Y K H S L
Decimal 42 190 136 0.78 0 0.28 0.25 158.11 0.64 0.45
Hex 2A BE 88 4E 0 1C 19 9E 40 2D
Octal 52 276 210 116 0 34 31 236 100 55
Binary 101010 10111110 10001000 1001110 0 11100 11001 10011110 1000000 101101

Color Harmonies of #2ABE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE88

Black with #2ABE88

Text Example


Text Example

White with #2ABE88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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