Shades of Eastern Blue #0E829A
Tints of Eastern Blue #0E829A
RGB
CMYK
RGB Variations
Color information
#0E829A (or 0x0E829A) is known color: Eastern Blue. HEX triplet: 0E, 82 and 9A. RGB value is (14,130,154). Sum of RGB (Red+Green+Blue) = 14+130+154=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E829A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E829A is #F17D65. Grayscale: #616161. Windows color (decimal): -15826278 or 10125838. OLE color: 10125838.
HSL color Cylindrical-coordinate representation of color #0E829A: hue angle of 190.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E829A is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 14 | 130 | 154 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.40 |
| HSL | 190.29º | 0.83% | 0.33% | - |
| HSV(B) | 190.29º | 0.91% | 0.6% | - |
| XYZ | 14 | 18.39 | 33.38 | - |
| YUV | 98.05 | 159.57 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 154 | 0.91 | 0.16 | 0 | 0.40 | 190.29 | 0.83 | 0.33 |
| Hex | E | 82 | 9A | 5B | 10 | 0 | 28 | BE | 53 | 21 |
| Octal | 16 | 202 | 232 | 133 | 20 | 0 | 50 | 276 | 123 | 41 |
| Binary | 1110 | 10000010 | 10011010 | 1011011 | 10000 | 0 | 101000 | 10111110 | 1010011 | 100001 |
Color Harmonies of #0E829A
Complementary color
Monochromatic Colors of #0E829A
Black with #0E829A
Text Example
Text Example
White with #0E829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E829A; }
p { color: rgb(14,130,154); }
H1.HeaderClassName
{
color: #0E829A;
}
.AnyTagClassName
{
color: #0E829A;
}
</style>
background-color css
<style>
a { background-color: #0E829A; }
a { background-color: rgb(14,130,154); }
div.DivClassName
{
background-color: #0E829A;
}
.BgClassName
{
background-color: #0E829A;
}
</style>
border-color css
<style>
span { border-color: #0E829A; }
span { border-color: rgb(14,130,154); }
td.TdClassName
{
border-color: #0E829A;
}
.TagClassName
{
border-color: #0E829A;
}
</style>