Html Css Color HEX #10AB7B Mountain Meadow

📋 copy color: '#10AB7B'

red 16 ◦ green 171 ◦ blue 123

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

Shades of Mountain Meadow #10AB7B

Tints of Mountain Meadow #10AB7B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.16%

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 5.16%
G = 55.16%
B = 39.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#10AB7B (or 0x10AB7B) is known color: Mountain Meadow. HEX triplet: 10, AB and 7B. RGB value is (16,171,123). Sum of RGB (Red+Green+Blue) = 16+171+123=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB7B is #EF5484. Grayscale: #777777. Windows color (decimal): -15684741 or 8104720. OLE color: 8104720.

HSL color Cylindrical-coordinate representation of color #10AB7B: hue angle of 161.42º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB7B is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 171 123 -
CMYK 0.91 0 0.28 0.33
HSL 161.42º 0.83% 0.37% -
HSV(B) 161.42º 0.91% 0.67% -
XYZ 18.35 30.67 23.69 -
YUV 119.18 130.15 54.4 -
System Red Green Blue C M Y K H S L
Decimal 16 171 123 0.91 0 0.28 0.33 161.42 0.83 0.37
Hex 10 AB 7B 5B 0 1C 21 A1 53 25
Octal 20 253 173 133 0 34 41 241 123 45
Binary 10000 10101011 1111011 1011011 0 11100 100001 10100001 1010011 100101

Color Harmonies of #10AB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB7B

Black with #10AB7B

Text Example


Text Example

White with #10AB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,171,123); }

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

background-color css

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

 a { background-color: rgb(16,171,123); }

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

border-color css

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

 span { border-color: rgb(16,171,123); }

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