Html Css Color HEX #10BB80 Mountain Meadow

📋 copy color: '#10BB80'

red 16 ◦ green 187 ◦ blue 128

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

Shades of Mountain Meadow #10BB80

Tints of Mountain Meadow #10BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.5%

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 4.83%
G = 56.5%
B = 38.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#10BB80 (or 0x10BB80) is known color: Mountain Meadow. HEX triplet: 10, BB and 80. RGB value is (16,187,128). Sum of RGB (Red+Green+Blue) = 16+187+128=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BB80 is #EF447F. Grayscale: #818181. Windows color (decimal): -15680640 or 8436496. OLE color: 8436496.

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

Color convert

RGB 16 187 128 -
CMYK 0.91 0 0.32 0.27
HSL 159.3º 0.84% 0.4% -
HSV(B) 159.3º 0.91% 0.73% -
XYZ 21.88 37.21 26.45 -
YUV 129.15 127.35 47.3 -
System Red Green Blue C M Y K H S L
Decimal 16 187 128 0.91 0 0.32 0.27 159.3 0.84 0.4
Hex 10 BB 80 5B 0 20 1B 9F 54 28
Octal 20 273 200 133 0 40 33 237 124 50
Binary 10000 10111011 10000000 1011011 0 100000 11011 10011111 1010100 101000

Color Harmonies of #10BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB80

Black with #10BB80

Text Example


Text Example

White with #10BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,187,128); }

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

background-color css

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

 a { background-color: rgb(16,187,128); }

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

border-color css

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

 span { border-color: rgb(16,187,128); }

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