Html Css Color HEX #1AB596 Mountain Meadow

📋 copy color: '#1AB596'

red 26 ◦ green 181 ◦ blue 150

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

Shades of Mountain Meadow #1AB596

Tints of Mountain Meadow #1AB596

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.7%

 BLUE value IS 150 (58.98% from 255) = 42.02%

R = 7.28%
G = 50.7%
B = 42.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#1AB596 (or 0x1AB596) is known color: Mountain Meadow. HEX triplet: 1A, B5 and 96. RGB value is (26,181,150). Sum of RGB (Red+Green+Blue) = 26+181+150=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB596 is #E54A69. Grayscale: #838383. Windows color (decimal): -15026794 or 9876762. OLE color: 9876762.

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

Color convert

RGB 26 181 150 -
CMYK 0.86 0 0.17 0.29
HSL 168º 0.75% 0.41% -
HSV(B) 168º 0.86% 0.71% -
XYZ 22.45 35.47 34.52 -
YUV 131.12 138.65 53.02 -
System Red Green Blue C M Y K H S L
Decimal 26 181 150 0.86 0 0.17 0.29 168 0.75 0.41
Hex 1A B5 96 56 0 11 1D A8 4B 29
Octal 32 265 226 126 0 21 35 250 113 51
Binary 11010 10110101 10010110 1010110 0 10001 11101 10101000 1001011 101001

Color Harmonies of #1AB596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB596

Black with #1AB596

Text Example


Text Example

White with #1AB596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,181,150); }

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

background-color css

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

 a { background-color: rgb(26,181,150); }

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

border-color css

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

 span { border-color: rgb(26,181,150); }

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