Shades of Eastern Blue #108B99
Tints of Eastern Blue #108B99
RGB
CMYK
RGB Variations
Color information
#108B99 (or 0x108B99) is known color: Eastern Blue. HEX triplet: 10, 8B and 99. RGB value is (16,139,153). Sum of RGB (Red+Green+Blue) = 16+139+153=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #108B99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108B99 is #EF7466. Grayscale: #676767. Windows color (decimal): -15692903 or 10062608. OLE color: 10062608.
HSL color Cylindrical-coordinate representation of color #108B99: hue angle of 186.13º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #108B99 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 16 | 139 | 153 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.4 |
| HSL | 186.13º | 0.81% | 0.33% | - |
| HSV(B) | 186.13º | 0.9% | 0.6% | - |
| XYZ | 15.2 | 20.88 | 33.37 | - |
| YUV | 103.82 | 155.75 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 139 | 153 | 0.90 | 0.09 | 0 | 0.4 | 186.13 | 0.81 | 0.33 |
| Hex | 10 | 8B | 99 | 5A | 9 | 0 | 28 | BA | 51 | 21 |
| Octal | 20 | 213 | 231 | 132 | 11 | 0 | 50 | 272 | 121 | 41 |
| Binary | 10000 | 10001011 | 10011001 | 1011010 | 1001 | 0 | 101000 | 10111010 | 1010001 | 100001 |
Color Harmonies of #108B99
Complementary color
Monochromatic Colors of #108B99
Black with #108B99
Text Example
Text Example
White with #108B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108B99; }
p { color: rgb(16,139,153); }
H1.HeaderClassName
{
color: #108B99;
}
.AnyTagClassName
{
color: #108B99;
}
</style>
background-color css
<style>
a { background-color: #108B99; }
a { background-color: rgb(16,139,153); }
div.DivClassName
{
background-color: #108B99;
}
.BgClassName
{
background-color: #108B99;
}
</style>
border-color css
<style>
span { border-color: #108B99; }
span { border-color: rgb(16,139,153); }
td.TdClassName
{
border-color: #108B99;
}
.TagClassName
{
border-color: #108B99;
}
</style>