Html Css Color HEX #1ABC98 Mountain Meadow

📋 copy color: '#1ABC98'

red 26 ◦ green 188 ◦ blue 152

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

Shades of Mountain Meadow #1ABC98

Tints of Mountain Meadow #1ABC98

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.37%

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

R = 7.1%
G = 51.37%
B = 41.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#1ABC98 (or 0x1ABC98) is known color: Mountain Meadow. HEX triplet: 1A, BC and 98. RGB value is (26,188,152). Sum of RGB (Red+Green+Blue) = 26+188+152=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABC98 is #E54367. Grayscale: #878787. Windows color (decimal): -15025000 or 10009626. OLE color: 10009626.

HSL color Cylindrical-coordinate representation of color #1ABC98: hue angle of 166.67º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABC98 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 188 152 -
CMYK 0.86 0 0.19 0.26
HSL 166.67º 0.76% 0.42% -
HSV(B) 166.67º 0.86% 0.74% -
XYZ 24.08 38.45 35.86 -
YUV 135.46 137.33 49.93 -
System Red Green Blue C M Y K H S L
Decimal 26 188 152 0.86 0 0.19 0.26 166.67 0.76 0.42
Hex 1A BC 98 56 0 13 1A A7 4C 2A
Octal 32 274 230 126 0 23 32 247 114 52
Binary 11010 10111100 10011000 1010110 0 10011 11010 10100111 1001100 101010

Color Harmonies of #1ABC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC98

Black with #1ABC98

Text Example


Text Example

White with #1ABC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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