Html Css Color HEX #1ABA88 Mountain Meadow

📋 copy color: '#1ABA88'

red 26 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #1ABA88

Tints of Mountain Meadow #1ABA88

RGB

 RED value IS 26 (10.55% from 255) = 7.47%

 GREEN value IS 186 (73.05% from 255) = 53.45%

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

R = 7.47%
G = 53.45%
B = 39.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#1ABA88 (or 0x1ABA88) is known color: Mountain Meadow. HEX triplet: 1A, BA and 88. RGB value is (26,186,136). Sum of RGB (Red+Green+Blue) = 26+186+136=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABA88 is #E54577. Grayscale: #848484. Windows color (decimal): -15025528 or 8960538. OLE color: 8960538.

HSL color Cylindrical-coordinate representation of color #1ABA88: hue angle of 161.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA88 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 136 -
CMYK 0.86 0 0.27 0.27
HSL 161.25º 0.75% 0.42% -
HSV(B) 161.25º 0.86% 0.73% -
XYZ 22.43 37.12 29.27 -
YUV 132.46 129.99 52.07 -
System Red Green Blue C M Y K H S L
Decimal 26 186 136 0.86 0 0.27 0.27 161.25 0.75 0.42
Hex 1A BA 88 56 0 1B 1B A1 4B 2A
Octal 32 272 210 126 0 33 33 241 113 52
Binary 11010 10111010 10001000 1010110 0 11011 11011 10100001 1001011 101010

Color Harmonies of #1ABA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA88

Black with #1ABA88

Text Example


Text Example

White with #1ABA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ABA88; }

 p { color: rgb(26,186,136); }

 H1.HeaderClassName
 {
   color: #1ABA88;
 }
 .AnyTagClassName
 {
   color: #1ABA88;
 }
</style>

background-color css

<style>
 a { background-color: #1ABA88; }

 a { background-color: rgb(26,186,136); }

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

border-color css

<style>
 span { border-color: #1ABA88; }

 span { border-color: rgb(26,186,136); }

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