Html Css Color HEX #10AC88 Mountain Meadow

📋 copy color: '#10AC88'

red 16 ◦ green 172 ◦ blue 136

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

Shades of Mountain Meadow #10AC88

Tints of Mountain Meadow #10AC88

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.09%

 BLUE value IS 136 (53.52% from 255) = 41.98%

R = 4.94%
G = 53.09%
B = 41.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#10AC88 (or 0x10AC88) is known color: Mountain Meadow. HEX triplet: 10, AC and 88. RGB value is (16,172,136). Sum of RGB (Red+Green+Blue) = 16+172+136=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC88 is #EF5377. Grayscale: #797979. Windows color (decimal): -15684472 or 8956944. OLE color: 8956944.

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

Color convert

RGB 16 172 136 -
CMYK 0.91 0 0.21 0.33
HSL 166.15º 0.83% 0.37% -
HSV(B) 166.15º 0.91% 0.67% -
XYZ 19.41 31.39 28.33 -
YUV 121.25 136.32 52.93 -
System Red Green Blue C M Y K H S L
Decimal 16 172 136 0.91 0 0.21 0.33 166.15 0.83 0.37
Hex 10 AC 88 5B 0 15 21 A6 53 25
Octal 20 254 210 133 0 25 41 246 123 45
Binary 10000 10101100 10001000 1011011 0 10101 100001 10100110 1010011 100101

Color Harmonies of #10AC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC88

Black with #10AC88

Text Example


Text Example

White with #10AC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,136); }

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

background-color css

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

 a { background-color: rgb(16,172,136); }

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

border-color css

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

 span { border-color: rgb(16,172,136); }

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