Html Css Color HEX #10B491 Mountain Meadow

📋 copy color: '#10B491'

red 16 ◦ green 180 ◦ blue 145

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

Shades of Mountain Meadow #10B491

Tints of Mountain Meadow #10B491

RGB

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

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

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

R = 4.69%
G = 52.79%
B = 42.52%

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

#10B491 (or 0x10B491) is known color: Mountain Meadow. HEX triplet: 10, B4 and 91. RGB value is (16,180,145). Sum of RGB (Red+Green+Blue) = 16+180+145=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #10B491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B491 is #EF4B6E. Grayscale: #7E7E7E. Windows color (decimal): -15682415 or 9548816. OLE color: 9548816.

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

Color convert

RGB 16 180 145 -
CMYK 0.91 0 0.19 0.29
HSL 167.2º 0.84% 0.38% -
HSV(B) 167.2º 0.91% 0.71% -
XYZ 21.65 34.8 32.36 -
YUV 126.97 138.17 48.85 -
System Red Green Blue C M Y K H S L
Decimal 16 180 145 0.91 0 0.19 0.29 167.2 0.84 0.38
Hex 10 B4 91 5B 0 13 1D A7 54 26
Octal 20 264 221 133 0 23 35 247 124 46
Binary 10000 10110100 10010001 1011011 0 10011 11101 10100111 1010100 100110

Color Harmonies of #10B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B491

Black with #10B491

Text Example


Text Example

White with #10B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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