Html Css Color HEX #10B694 Mountain Meadow

📋 copy color: '#10B694'

red 16 ◦ green 182 ◦ blue 148

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

Shades of Mountain Meadow #10B694

Tints of Mountain Meadow #10B694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 52.6%

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

R = 4.62%
G = 52.6%
B = 42.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#10B694 (or 0x10B694) is known color: Mountain Meadow. HEX triplet: 10, B6 and 94. RGB value is (16,182,148). Sum of RGB (Red+Green+Blue) = 16+182+148=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 182 (71.48% from 255 or 52.60% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 182 - color contains mainly: green. Hex color #10B694 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B694 is #EF496B. Grayscale: #808080. Windows color (decimal): -15681900 or 9745936. OLE color: 9745936.

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

Color convert

RGB 16 182 148 -
CMYK 0.91 0 0.19 0.29
HSL 167.71º 0.84% 0.39% -
HSV(B) 167.71º 0.91% 0.71% -
XYZ 22.29 35.7 33.73 -
YUV 128.49 139 47.76 -
System Red Green Blue C M Y K H S L
Decimal 16 182 148 0.91 0 0.19 0.29 167.71 0.84 0.39
Hex 10 B6 94 5B 0 13 1D A8 54 27
Octal 20 266 224 133 0 23 35 250 124 47
Binary 10000 10110110 10010100 1011011 0 10011 11101 10101000 1010100 100111

Color Harmonies of #10B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B694

Black with #10B694

Text Example


Text Example

White with #10B694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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