Shades of Eastern Blue #148C9B
Tints of Eastern Blue #148C9B
RGB
CMYK
RGB Variations
Color information
#148C9B (or 0x148C9B) is known color: Eastern Blue. HEX triplet: 14, 8C and 9B. RGB value is (20,140,155). Sum of RGB (Red+Green+Blue) = 20+140+155=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #148C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148C9B is #EB7364. Grayscale: #696969. Windows color (decimal): -15430501 or 10193940. OLE color: 10193940.
HSL color Cylindrical-coordinate representation of color #148C9B: hue angle of 186.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #148C9B is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 140 | 155 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.39 |
| HSL | 186.67º | 0.77% | 0.34% | - |
| HSV(B) | 186.67º | 0.87% | 0.61% | - |
| XYZ | 15.58 | 21.27 | 34.29 | - |
| YUV | 105.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 140 | 155 | 0.87 | 0.10 | 0 | 0.39 | 186.67 | 0.77 | 0.34 |
| Hex | 14 | 8C | 9B | 57 | A | 0 | 27 | BB | 4D | 22 |
| Octal | 24 | 214 | 233 | 127 | 12 | 0 | 47 | 273 | 115 | 42 |
| Binary | 10100 | 10001100 | 10011011 | 1010111 | 1010 | 0 | 100111 | 10111011 | 1001101 | 100010 |
Color Harmonies of #148C9B
Complementary color
Monochromatic Colors of #148C9B
Black with #148C9B
Text Example
Text Example
White with #148C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148C9B; }
p { color: rgb(20,140,155); }
H1.HeaderClassName
{
color: #148C9B;
}
.AnyTagClassName
{
color: #148C9B;
}
</style>
background-color css
<style>
a { background-color: #148C9B; }
a { background-color: rgb(20,140,155); }
div.DivClassName
{
background-color: #148C9B;
}
.BgClassName
{
background-color: #148C9B;
}
</style>
border-color css
<style>
span { border-color: #148C9B; }
span { border-color: rgb(20,140,155); }
td.TdClassName
{
border-color: #148C9B;
}
.TagClassName
{
border-color: #148C9B;
}
</style>