Html Css Color HEX #10AB8B Mountain Meadow

📋 copy color: '#10AB8B'

red 16 ◦ green 171 ◦ blue 139

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

Shades of Mountain Meadow #10AB8B

Tints of Mountain Meadow #10AB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 4.91%
G = 52.45%
B = 42.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#10AB8B (or 0x10AB8B) is known color: Mountain Meadow. HEX triplet: 10, AB and 8B. RGB value is (16,171,139). Sum of RGB (Red+Green+Blue) = 16+171+139=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AB8B is #EF5474. Grayscale: #787878. Windows color (decimal): -15684725 or 9153296. OLE color: 9153296.

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

Color convert

RGB 16 171 139 -
CMYK 0.91 0 0.19 0.33
HSL 167.61º 0.83% 0.37% -
HSV(B) 167.61º 0.91% 0.67% -
XYZ 19.44 31.1 29.4 -
YUV 121.01 138.15 53.1 -
System Red Green Blue C M Y K H S L
Decimal 16 171 139 0.91 0 0.19 0.33 167.61 0.83 0.37
Hex 10 AB 8B 5B 0 13 21 A8 53 25
Octal 20 253 213 133 0 23 41 250 123 45
Binary 10000 10101011 10001011 1011011 0 10011 100001 10101000 1010011 100101

Color Harmonies of #10AB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AB8B

Black with #10AB8B

Text Example


Text Example

White with #10AB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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