Html Css Color HEX #10BA96 Mountain Meadow

📋 copy color: '#10BA96'

red 16 ◦ green 186 ◦ blue 150

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

Shades of Mountain Meadow #10BA96

Tints of Mountain Meadow #10BA96

RGB

 RED value IS 16 (6.64% from 255) = 4.55%

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

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

R = 4.55%
G = 52.84%
B = 42.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#10BA96 (or 0x10BA96) is known color: Mountain Meadow. HEX triplet: 10, BA and 96. RGB value is (16,186,150). Sum of RGB (Red+Green+Blue) = 16+186+150=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BA96 is #EF4569. Grayscale: #838383. Windows color (decimal): -15680874 or 9878032. OLE color: 9878032.

HSL color Cylindrical-coordinate representation of color #10BA96: hue angle of 167.29º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA96 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 186 150 -
CMYK 0.91 0 0.19 0.27
HSL 167.29º 0.84% 0.4% -
HSV(B) 167.29º 0.91% 0.73% -
XYZ 23.28 37.43 34.85 -
YUV 131.07 138.68 45.93 -
System Red Green Blue C M Y K H S L
Decimal 16 186 150 0.91 0 0.19 0.27 167.29 0.84 0.4
Hex 10 BA 96 5B 0 13 1B A7 54 28
Octal 20 272 226 133 0 23 33 247 124 50
Binary 10000 10111010 10010110 1011011 0 10011 11011 10100111 1010100 101000

Color Harmonies of #10BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA96

Black with #10BA96

Text Example


Text Example

White with #10BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10BA96; }

 p { color: rgb(16,186,150); }

 H1.HeaderClassName
 {
   color: #10BA96;
 }
 .AnyTagClassName
 {
   color: #10BA96;
 }
</style>

background-color css

<style>
 a { background-color: #10BA96; }

 a { background-color: rgb(16,186,150); }

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

border-color css

<style>
 span { border-color: #10BA96; }

 span { border-color: rgb(16,186,150); }

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