Html Css Color HEX #10B490 Mountain Meadow

📋 copy color: '#10B490'

red 16 ◦ green 180 ◦ blue 144

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

Shades of Mountain Meadow #10B490

Tints of Mountain Meadow #10B490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.94%

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

R = 4.71%
G = 52.94%
B = 42.35%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#10B490 (or 0x10B490) is known color: Mountain Meadow. HEX triplet: 10, B4 and 90. RGB value is (16,180,144). Sum of RGB (Red+Green+Blue) = 16+180+144=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #10B490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B490 is #EF4B6F. Grayscale: #7E7E7E. Windows color (decimal): -15682416 or 9483280. OLE color: 9483280.

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

Color convert

RGB 16 180 144 -
CMYK 0.91 0 0.2 0.29
HSL 166.83º 0.84% 0.38% -
HSV(B) 166.83º 0.91% 0.71% -
XYZ 21.57 34.77 31.96 -
YUV 126.86 137.67 48.93 -
System Red Green Blue C M Y K H S L
Decimal 16 180 144 0.91 0 0.2 0.29 166.83 0.84 0.38
Hex 10 B4 90 5B 0 14 1D A7 54 26
Octal 20 264 220 133 0 24 35 247 124 46
Binary 10000 10110100 10010000 1011011 0 10100 11101 10100111 1010100 100110

Color Harmonies of #10B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B490

Black with #10B490

Text Example


Text Example

White with #10B490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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