Html Css Color HEX #19BA99 Mountain Meadow

📋 copy color: '#19BA99'

red 25 ◦ green 186 ◦ blue 153

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

Shades of Mountain Meadow #19BA99

Tints of Mountain Meadow #19BA99

RGB

 RED value IS 25 (10.16% from 255) = 6.87%

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 6.87%
G = 51.1%
B = 42.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#19BA99 (or 0x19BA99) is known color: Mountain Meadow. HEX triplet: 19, BA and 99. RGB value is (25,186,153). Sum of RGB (Red+Green+Blue) = 25+186+153=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19BA99 is #E64566. Grayscale: #868686. Windows color (decimal): -15091047 or 10074649. OLE color: 10074649.

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

Color convert

RGB 25 186 153 -
CMYK 0.87 0 0.18 0.27
HSL 167.7º 0.76% 0.41% -
HSV(B) 167.7º 0.87% 0.73% -
XYZ 23.71 37.62 36.15 -
YUV 134.1 138.66 50.18 -
System Red Green Blue C M Y K H S L
Decimal 25 186 153 0.87 0 0.18 0.27 167.7 0.76 0.41
Hex 19 BA 99 57 0 12 1B A8 4C 29
Octal 31 272 231 127 0 22 33 250 114 51
Binary 11001 10111010 10011001 1010111 0 10010 11011 10101000 1001100 101001

Color Harmonies of #19BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19BA99

Black with #19BA99

Text Example


Text Example

White with #19BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19BA99; }

 p { color: rgb(25,186,153); }

 H1.HeaderClassName
 {
   color: #19BA99;
 }
 .AnyTagClassName
 {
   color: #19BA99;
 }
</style>

background-color css

<style>
 a { background-color: #19BA99; }

 a { background-color: rgb(25,186,153); }

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

border-color css

<style>
 span { border-color: #19BA99; }

 span { border-color: rgb(25,186,153); }

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