Html Css Color HEX #10B993 Mountain Meadow

📋 copy color: '#10B993'

red 16 ◦ green 185 ◦ blue 147

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

Shades of Mountain Meadow #10B993

Tints of Mountain Meadow #10B993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.16%

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 4.6%
G = 53.16%
B = 42.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#10B993 (or 0x10B993) is known color: Mountain Meadow. HEX triplet: 10, B9 and 93. RGB value is (16,185,147). Sum of RGB (Red+Green+Blue) = 16+185+147=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #10B993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B993 is #EF466C. Grayscale: #828282. Windows color (decimal): -15681133 or 9681168. OLE color: 9681168.

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

Color convert

RGB 16 185 147 -
CMYK 0.91 0 0.21 0.27
HSL 166.51º 0.84% 0.39% -
HSV(B) 166.51º 0.91% 0.73% -
XYZ 22.83 36.91 33.53 -
YUV 130.14 137.51 46.59 -
System Red Green Blue C M Y K H S L
Decimal 16 185 147 0.91 0 0.21 0.27 166.51 0.84 0.39
Hex 10 B9 93 5B 0 15 1B A7 54 27
Octal 20 271 223 133 0 25 33 247 124 47
Binary 10000 10111001 10010011 1011011 0 10101 11011 10100111 1010100 100111

Color Harmonies of #10B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B993

Black with #10B993

Text Example


Text Example

White with #10B993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,185,147); }

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

background-color css

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

 a { background-color: rgb(16,185,147); }

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

border-color css

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

 span { border-color: rgb(16,185,147); }

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