#10BB81

Color #10BB81 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10BB81

Tints of Mountain Meadow #10BB81

Color information

#10BB81 (or 0x10BB81) is unknown color: approx Mountain Meadow. HEX triplet: 10, BB and 81. RGB value is (16,187,129). Sum of RGB (Red+Green+Blue) = 16+187+129=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #10BB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10BB81 is #EF447E. Grayscale: #818181. Windows color (decimal): -15680639 or 8502032. OLE color: 8502032.

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

Color convert

RGB16187129-
CMYK0.9100.310.27
HSL159.65º84.24%39.8%-
HSV(B)159.65º91.44%73.33%-
XYZ21.9537.2426.8-
YUV129.26127.8547.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 187 (73.44% from 255) = 56.33%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=4.82%
G=56.33%
B=38.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161871290.9100.310.27159.6584.2439.8
Hex10BB815B01F1Ba05428
Octal202732011330373324012450
Binary100001011101110000001101101101111111011101000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10BB81;
 }
 .AnyTagClassName
 {
   color: #10BB81;
 }
</style>
background-color css

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

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

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

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

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

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