Html Css Color HEX #10BB85 Mountain Meadow

📋 copy color: '#10BB85'

red 16 ◦ green 187 ◦ blue 133

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

Shades of Mountain Meadow #10BB85

Tints of Mountain Meadow #10BB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 4.76%
G = 55.65%
B = 39.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#10BB85 (or 0x10BB85) is known color: Mountain Meadow. HEX triplet: 10, BB and 85. RGB value is (16,187,133). Sum of RGB (Red+Green+Blue) = 16+187+133=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BB85 is #EF447A. Grayscale: #818181. Windows color (decimal): -15680635 or 8764176. OLE color: 8764176.

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

Color convert

RGB 16 187 133 -
CMYK 0.91 0 0.29 0.27
HSL 161.05º 0.84% 0.4% -
HSV(B) 161.05º 0.91% 0.73% -
XYZ 22.22 37.34 28.23 -
YUV 129.72 129.85 46.89 -
System Red Green Blue C M Y K H S L
Decimal 16 187 133 0.91 0 0.29 0.27 161.05 0.84 0.4
Hex 10 BB 85 5B 0 1D 1B A1 54 28
Octal 20 273 205 133 0 35 33 241 124 50
Binary 10000 10111011 10000101 1011011 0 11101 11011 10100001 1010100 101000

Color Harmonies of #10BB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BB85

Black with #10BB85

Text Example


Text Example

White with #10BB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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