Shades of Eastern Blue #0C959A
Tints of Eastern Blue #0C959A
RGB
CMYK
RGB Variations
Color information
#0C959A (or 0x0C959A) is known color: Eastern Blue. HEX triplet: 0C, 95 and 9A. RGB value is (12,149,154). Sum of RGB (Red+Green+Blue) = 12+149+154=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C959A is #F36A65. Grayscale: #6C6C6C. Windows color (decimal): -15952486 or 10130700. OLE color: 10130700.
HSL color Cylindrical-coordinate representation of color #0C959A: hue angle of 182.11º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C959A is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 149 | 154 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.40 |
| HSL | 182.11º | 0.86% | 0.33% | - |
| HSV(B) | 182.11º | 0.92% | 0.6% | - |
| XYZ | 16.73 | 23.91 | 34.3 | - |
| YUV | 108.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 149 | 154 | 0.92 | 0.03 | 0 | 0.40 | 182.11 | 0.86 | 0.33 |
| Hex | C | 95 | 9A | 5C | 3 | 0 | 28 | B6 | 56 | 21 |
| Octal | 14 | 225 | 232 | 134 | 3 | 0 | 50 | 266 | 126 | 41 |
| Binary | 1100 | 10010101 | 10011010 | 1011100 | 11 | 0 | 101000 | 10110110 | 1010110 | 100001 |
Color Harmonies of #0C959A
Complementary color
Monochromatic Colors of #0C959A
Black with #0C959A
Text Example
Text Example
White with #0C959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C959A; }
p { color: rgb(12,149,154); }
H1.HeaderClassName
{
color: #0C959A;
}
.AnyTagClassName
{
color: #0C959A;
}
</style>
background-color css
<style>
a { background-color: #0C959A; }
a { background-color: rgb(12,149,154); }
div.DivClassName
{
background-color: #0C959A;
}
.BgClassName
{
background-color: #0C959A;
}
</style>
border-color css
<style>
span { border-color: #0C959A; }
span { border-color: rgb(12,149,154); }
td.TdClassName
{
border-color: #0C959A;
}
.TagClassName
{
border-color: #0C959A;
}
</style>