#10B988

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

Shades of Mountain Meadow #10B988

Tints of Mountain Meadow #10B988

Color information

#10B988 (or 0x10B988) is unknown color: approx Mountain Meadow. HEX triplet: 10, B9 and 88. RGB value is (16,185,136). Sum of RGB (Red+Green+Blue) = 16+185+136=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #10B988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B988 is #EF4677. Grayscale: #808080. Windows color (decimal): -15681144 or 8960272. OLE color: 8960272.

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

Color convert

RGB16185136-
CMYK0.9100.260.27
HSL162.6º84.08%39.41%-
HSV(B)162.6º91.35%72.55%-
XYZ22.0136.5929.19-
YUV128.88132.0147.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.75%
GREEN value IS 185 (72.66% from 255) = 54.90%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=4.75%
G=54.90%
B=40.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161851360.9100.260.27162.684.0839.41
Hex10B9885B01A1Ba35427
Octal202712101330323324312447
Binary100001011100110001000101101101101011011101000111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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