Html Css Color HEX #10B394 Mountain Meadow

📋 copy color: '#10B394'

red 16 ◦ green 179 ◦ blue 148

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

Shades of Mountain Meadow #10B394

Tints of Mountain Meadow #10B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.19%

 BLUE value IS 148 (58.2% from 255) = 43.15%

R = 4.66%
G = 52.19%
B = 43.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#10B394 (or 0x10B394) is known color: Mountain Meadow. HEX triplet: 10, B3 and 94. RGB value is (16,179,148). Sum of RGB (Red+Green+Blue) = 16+179+148=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #10B394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B394 is #EF4C6B. Grayscale: #7E7E7E. Windows color (decimal): -15682668 or 9745168. OLE color: 9745168.

HSL color Cylindrical-coordinate representation of color #10B394: hue angle of 168.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B394 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 179 148 -
CMYK 0.91 0 0.17 0.30
HSL 168.59º 0.84% 0.38% -
HSV(B) 168.59º 0.91% 0.7% -
XYZ 21.68 34.49 33.53 -
YUV 126.73 140 49.02 -
System Red Green Blue C M Y K H S L
Decimal 16 179 148 0.91 0 0.17 0.30 168.59 0.84 0.38
Hex 10 B3 94 5B 0 11 1E A9 54 26
Octal 20 263 224 133 0 21 36 251 124 46
Binary 10000 10110011 10010100 1011011 0 10001 11110 10101001 1010100 100110

Color Harmonies of #10B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B394

Black with #10B394

Text Example


Text Example

White with #10B394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,179,148); }

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

background-color css

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

 a { background-color: rgb(16,179,148); }

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

border-color css

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

 span { border-color: rgb(16,179,148); }

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