Html Css Color HEX #10B685 Mountain Meadow

📋 copy color: '#10B685'

red 16 ◦ green 182 ◦ blue 133

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

Shades of Mountain Meadow #10B685

Tints of Mountain Meadow #10B685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.98%

 BLUE value IS 133 (52.34% from 255) = 40.18%

R = 4.83%
G = 54.98%
B = 40.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#10B685 (or 0x10B685) is known color: Mountain Meadow. HEX triplet: 10, B6 and 85. RGB value is (16,182,133). Sum of RGB (Red+Green+Blue) = 16+182+133=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 182 (71.48% from 255 or 54.98% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 182 - color contains mainly: green. Hex color #10B685 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B685 is #EF497A. Grayscale: #7E7E7E. Windows color (decimal): -15681915 or 8762896. OLE color: 8762896.

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

Color convert

RGB 16 182 133 -
CMYK 0.91 0 0.27 0.29
HSL 162.29º 0.84% 0.39% -
HSV(B) 162.29º 0.91% 0.71% -
XYZ 21.18 35.26 27.88 -
YUV 126.78 131.5 48.98 -
System Red Green Blue C M Y K H S L
Decimal 16 182 133 0.91 0 0.27 0.29 162.29 0.84 0.39
Hex 10 B6 85 5B 0 1B 1D A2 54 27
Octal 20 266 205 133 0 33 35 242 124 47
Binary 10000 10110110 10000101 1011011 0 11011 11101 10100010 1010100 100111

Color Harmonies of #10B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B685

Black with #10B685

Text Example


Text Example

White with #10B685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,182,133); }

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

background-color css

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

 a { background-color: rgb(16,182,133); }

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

border-color css

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

 span { border-color: rgb(16,182,133); }

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