#0AB188

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

Shades of Mountain Meadow #0AB188

Tints of Mountain Meadow #0AB188

Color information

#0AB188 (or 0x0AB188) is unknown color: approx Mountain Meadow. HEX triplet: 0A, B1 and 88. RGB value is (10,177,136). Sum of RGB (Red+Green+Blue) = 10+177+136=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #0AB188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AB188 is #F54E77. Grayscale: #7A7A7A. Windows color (decimal): -16076408 or 8958218. OLE color: 8958218.

HSL color Cylindrical-coordinate representation of color #0AB188: hue angle of 165.27º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB188 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB10177136-
CMYK0.9400.230.31
HSL165.27º89.3%36.67%-
HSV(B)165.27º94.35%69.41%-
XYZ20.2933.2928.65-
YUV122.39135.6747.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.10%
GREEN value IS 177 (69.53% from 255) = 54.80%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=3.10%
G=54.80%
B=42.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101771360.9400.230.31165.2789.336.67
HexAB1885E0171Fa55925
Octal122612101360273724513145
Binary10101011000110001000101111001011111111101001011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AB188; }

 p { color: rgb(10,177,136); }

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

<style>
 a { background-color: #0AB188; }

 a { background-color: rgb(10,177,136); }

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

<style>
 span { border-color: #0AB188; }

 span { border-color: rgb(10,177,136); }

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