Html Css Color HEX #10B48B Mountain Meadow

📋 copy color: '#10B48B'

red 16 ◦ green 180 ◦ blue 139

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

Shades of Mountain Meadow #10B48B

Tints of Mountain Meadow #10B48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.49%

R = 4.78%
G = 53.73%
B = 41.49%

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

#10B48B (or 0x10B48B) is known color: Mountain Meadow. HEX triplet: 10, B4 and 8B. RGB value is (16,180,139). Sum of RGB (Red+Green+Blue) = 16+180+139=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #10B48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B48B is #EF4B74. Grayscale: #7E7E7E. Windows color (decimal): -15682421 or 9155600. OLE color: 9155600.

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

Color convert

RGB 16 180 139 -
CMYK 0.91 0 0.23 0.29
HSL 165º 0.84% 0.38% -
HSV(B) 165º 0.91% 0.71% -
XYZ 21.2 34.62 29.99 -
YUV 126.29 135.17 49.33 -
System Red Green Blue C M Y K H S L
Decimal 16 180 139 0.91 0 0.23 0.29 165 0.84 0.38
Hex 10 B4 8B 5B 0 17 1D A5 54 26
Octal 20 264 213 133 0 27 35 245 124 46
Binary 10000 10110100 10001011 1011011 0 10111 11101 10100101 1010100 100110

Color Harmonies of #10B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B48B

Black with #10B48B

Text Example


Text Example

White with #10B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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