Html Css Color HEX #10B375 Mountain Meadow

📋 copy color: '#10B375'

red 16 ◦ green 179 ◦ blue 117

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

Shades of Mountain Meadow #10B375

Tints of Mountain Meadow #10B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 57.37%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 5.13%
G = 57.37%
B = 37.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#10B375 (or 0x10B375) is known color: Mountain Meadow. HEX triplet: 10, B3 and 75. RGB value is (16,179,117). Sum of RGB (Red+Green+Blue) = 16+179+117=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #10B375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B375 is #EF4C8A. Grayscale: #7B7B7B. Windows color (decimal): -15682699 or 7713552. OLE color: 7713552.

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

Color convert

RGB 16 179 117 -
CMYK 0.91 0 0.35 0.30
HSL 157.18º 0.84% 0.38% -
HSV(B) 157.18º 0.91% 0.7% -
XYZ 19.54 33.63 22.29 -
YUV 123.2 124.5 51.54 -
System Red Green Blue C M Y K H S L
Decimal 16 179 117 0.91 0 0.35 0.30 157.18 0.84 0.38
Hex 10 B3 75 5B 0 23 1E 9D 54 26
Octal 20 263 165 133 0 43 36 235 124 46
Binary 10000 10110011 1110101 1011011 0 100011 11110 10011101 1010100 100110

Color Harmonies of #10B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B375

Black with #10B375

Text Example


Text Example

White with #10B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,179,117); }

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

background-color css

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

 a { background-color: rgb(16,179,117); }

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

border-color css

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

 span { border-color: rgb(16,179,117); }

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