Html Css Color HEX #1AB998 Mountain Meadow

📋 copy color: '#1AB998'

red 26 ◦ green 185 ◦ blue 152

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

Shades of Mountain Meadow #1AB998

Tints of Mountain Meadow #1AB998

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.96%

 BLUE value IS 152 (59.77% from 255) = 41.87%

R = 7.16%
G = 50.96%
B = 41.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#1AB998 (or 0x1AB998) is known color: Mountain Meadow. HEX triplet: 1A, B9 and 98. RGB value is (26,185,152). Sum of RGB (Red+Green+Blue) = 26+185+152=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB998 is #E54667. Grayscale: #858585. Windows color (decimal): -15025768 or 10008858. OLE color: 10008858.

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

Color convert

RGB 26 185 152 -
CMYK 0.86 0 0.18 0.27
HSL 167.55º 0.75% 0.41% -
HSV(B) 167.55º 0.86% 0.73% -
XYZ 23.44 37.18 35.65 -
YUV 133.7 138.32 51.18 -
System Red Green Blue C M Y K H S L
Decimal 26 185 152 0.86 0 0.18 0.27 167.55 0.75 0.41
Hex 1A B9 98 56 0 12 1B A8 4B 29
Octal 32 271 230 126 0 22 33 250 113 51
Binary 11010 10111001 10011000 1010110 0 10010 11011 10101000 1001011 101001

Color Harmonies of #1AB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB998

Black with #1AB998

Text Example


Text Example

White with #1AB998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,185,152); }

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

background-color css

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

 a { background-color: rgb(26,185,152); }

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

border-color css

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

 span { border-color: rgb(26,185,152); }

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