#10B080

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

Shades of Mountain Meadow #10B080

Tints of Mountain Meadow #10B080

Color information

#10B080 (or 0x10B080) is unknown color: approx Mountain Meadow. HEX triplet: 10, B0 and 80. RGB value is (16,176,128). Sum of RGB (Red+Green+Blue) = 16+176+128=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #10B080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10B080 is #EF4F7F. Grayscale: #7A7A7A. Windows color (decimal): -15683456 or 8433680. OLE color: 8433680.

HSL color Cylindrical-coordinate representation of color #10B080: hue angle of 162º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B080 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB16176128-
CMYK0.9100.270.31
HSL162º83.33%37.65%-
HSV(B)162º90.91%69.02%-
XYZ19.6432.7225.7-
YUV122.69130.9951.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5%
GREEN value IS 176 (69.14% from 255) = 55%
BLUE value IS 128 (50.39% from 255) = 40%
R=5%
G=55%
B=40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161761280.9100.270.3116283.3337.65
Hex10B0805B01B1Fa25326
Octal202602001330333724212346
Binary100001011000010000000101101101101111111101000101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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