Shades of Eastern Blue #128DA2
Tints of Eastern Blue #128DA2
RGB
CMYK
RGB Variations
Color information
#128DA2 (or 0x128DA2) is known color: Eastern Blue. HEX triplet: 12, 8D and A2. RGB value is (18,141,162). Sum of RGB (Red+Green+Blue) = 18+141+162=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #128DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128DA2 is #ED725D. Grayscale: #6A6A6A. Windows color (decimal): -15561310 or 10652946. OLE color: 10652946.
HSL color Cylindrical-coordinate representation of color #128DA2: hue angle of 188.75º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #128DA2 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 141 | 162 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.36 |
| HSL | 188.75º | 0.8% | 0.35% | - |
| HSV(B) | 188.75º | 0.89% | 0.64% | - |
| XYZ | 16.3 | 21.79 | 37.53 | - |
| YUV | 106.62 | 159.25 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 162 | 0.89 | 0.13 | 0 | 0.36 | 188.75 | 0.8 | 0.35 |
| Hex | 12 | 8D | A2 | 59 | D | 0 | 24 | BD | 50 | 23 |
| Octal | 22 | 215 | 242 | 131 | 15 | 0 | 44 | 275 | 120 | 43 |
| Binary | 10010 | 10001101 | 10100010 | 1011001 | 1101 | 0 | 100100 | 10111101 | 1010000 | 100011 |
Color Harmonies of #128DA2
Complementary color
Monochromatic Colors of #128DA2
Black with #128DA2
Text Example
Text Example
White with #128DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DA2; }
p { color: rgb(18,141,162); }
H1.HeaderClassName
{
color: #128DA2;
}
.AnyTagClassName
{
color: #128DA2;
}
</style>
background-color css
<style>
a { background-color: #128DA2; }
a { background-color: rgb(18,141,162); }
div.DivClassName
{
background-color: #128DA2;
}
.BgClassName
{
background-color: #128DA2;
}
</style>
border-color css
<style>
span { border-color: #128DA2; }
span { border-color: rgb(18,141,162); }
td.TdClassName
{
border-color: #128DA2;
}
.TagClassName
{
border-color: #128DA2;
}
</style>