Html Css Color HEX #10B990 Mountain Meadow

📋 copy color: '#10B990'

red 16 ◦ green 185 ◦ blue 144

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

Shades of Mountain Meadow #10B990

Tints of Mountain Meadow #10B990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.74%

R = 4.64%
G = 53.62%
B = 41.74%

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

#10B990 (or 0x10B990) is known color: Mountain Meadow. HEX triplet: 10, B9 and 90. RGB value is (16,185,144). Sum of RGB (Red+Green+Blue) = 16+185+144=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #10B990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B990 is #EF466F. Grayscale: #818181. Windows color (decimal): -15681136 or 9484560. OLE color: 9484560.

HSL color Cylindrical-coordinate representation of color #10B990: hue angle of 165.44º 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 #10B990 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 185 144 -
CMYK 0.91 0 0.22 0.27
HSL 165.44º 0.84% 0.39% -
HSV(B) 165.44º 0.91% 0.73% -
XYZ 22.6 36.82 32.3 -
YUV 129.8 136.01 46.83 -
System Red Green Blue C M Y K H S L
Decimal 16 185 144 0.91 0 0.22 0.27 165.44 0.84 0.39
Hex 10 B9 90 5B 0 16 1B A5 54 27
Octal 20 271 220 133 0 26 33 245 124 47
Binary 10000 10111001 10010000 1011011 0 10110 11011 10100101 1010100 100111

Color Harmonies of #10B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B990

Black with #10B990

Text Example


Text Example

White with #10B990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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