Html Css Color HEX #10B682 Mountain Meadow

📋 copy color: '#10B682'

red 16 ◦ green 182 ◦ blue 130

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

Shades of Mountain Meadow #10B682

Tints of Mountain Meadow #10B682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 4.88%
G = 55.49%
B = 39.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#10B682 (or 0x10B682) is known color: Mountain Meadow. HEX triplet: 10, B6 and 82. RGB value is (16,182,130). Sum of RGB (Red+Green+Blue) = 16+182+130=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 182 (71.48% from 255 or 55.49% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 182 - color contains mainly: green. Hex color #10B682 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B682 is #EF497D. Grayscale: #7E7E7E. Windows color (decimal): -15681918 or 8566288. OLE color: 8566288.

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

Color convert

RGB 16 182 130 -
CMYK 0.91 0 0.29 0.29
HSL 161.2º 0.84% 0.39% -
HSV(B) 161.2º 0.91% 0.71% -
XYZ 20.97 35.18 26.8 -
YUV 126.44 130 49.23 -
System Red Green Blue C M Y K H S L
Decimal 16 182 130 0.91 0 0.29 0.29 161.2 0.84 0.39
Hex 10 B6 82 5B 0 1D 1D A1 54 27
Octal 20 266 202 133 0 35 35 241 124 47
Binary 10000 10110110 10000010 1011011 0 11101 11101 10100001 1010100 100111

Color Harmonies of #10B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B682

Black with #10B682

Text Example


Text Example

White with #10B682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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