Html Css Color HEX #10B48A Mountain Meadow

📋 copy color: '#10B48A'

red 16 ◦ green 180 ◦ blue 138

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

Shades of Mountain Meadow #10B48A

Tints of Mountain Meadow #10B48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 4.79%
G = 53.89%
B = 41.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#10B48A (or 0x10B48A) is known color: Mountain Meadow. HEX triplet: 10, B4 and 8A. RGB value is (16,180,138). Sum of RGB (Red+Green+Blue) = 16+180+138=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #10B48A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B48A is #EF4B75. Grayscale: #7E7E7E. Windows color (decimal): -15682422 or 9090064. OLE color: 9090064.

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

Color convert

RGB 16 180 138 -
CMYK 0.91 0 0.23 0.29
HSL 164.63º 0.84% 0.38% -
HSV(B) 164.63º 0.91% 0.71% -
XYZ 21.12 34.59 29.61 -
YUV 126.18 134.67 49.42 -
System Red Green Blue C M Y K H S L
Decimal 16 180 138 0.91 0 0.23 0.29 164.63 0.84 0.38
Hex 10 B4 8A 5B 0 17 1D A5 54 26
Octal 20 264 212 133 0 27 35 245 124 46
Binary 10000 10110100 10001010 1011011 0 10111 11101 10100101 1010100 100110

Color Harmonies of #10B48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B48A

Black with #10B48A

Text Example


Text Example

White with #10B48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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