Html Css Color HEX #10B991 Mountain Meadow

📋 copy color: '#10B991'

red 16 ◦ green 185 ◦ blue 145

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

Shades of Mountain Meadow #10B991

Tints of Mountain Meadow #10B991

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.47%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 4.62%
G = 53.47%
B = 41.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#10B991 (or 0x10B991) is known color: Mountain Meadow. HEX triplet: 10, B9 and 91. RGB value is (16,185,145). Sum of RGB (Red+Green+Blue) = 16+185+145=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #10B991 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B991 is #EF466E. Grayscale: #818181. Windows color (decimal): -15681135 or 9550096. OLE color: 9550096.

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

Color convert

RGB 16 185 145 -
CMYK 0.91 0 0.22 0.27
HSL 165.8º 0.84% 0.39% -
HSV(B) 165.8º 0.91% 0.73% -
XYZ 22.67 36.85 32.71 -
YUV 129.91 136.51 46.75 -
System Red Green Blue C M Y K H S L
Decimal 16 185 145 0.91 0 0.22 0.27 165.8 0.84 0.39
Hex 10 B9 91 5B 0 16 1B A6 54 27
Octal 20 271 221 133 0 26 33 246 124 47
Binary 10000 10111001 10010001 1011011 0 10110 11011 10100110 1010100 100111

Color Harmonies of #10B991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B991

Black with #10B991

Text Example


Text Example

White with #10B991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,145); }

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

background-color css

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

 a { background-color: rgb(16,185,145); }

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

border-color css

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

 span { border-color: rgb(16,185,145); }

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