Shades of Dark Cyan #12948E
Tints of Dark Cyan #12948E
RGB
CMYK
RGB Variations
Color information
#12948E (or 0x12948E) is known color: Dark Cyan. HEX triplet: 12, 94 and 8E. RGB value is (18,148,142). Sum of RGB (Red+Green+Blue) = 18+148+142=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 148 (58.20% from 255 or 48.05% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 148 - color contains mainly: green. Hex color #12948E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12948E is #ED6B71. Grayscale: #6C6C6C. Windows color (decimal): -15559538 or 9344018. OLE color: 9344018.
HSL color Cylindrical-coordinate representation of color #12948E: hue angle of 177.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12948E is Cyan = 0.88, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 142 | - |
| CMYK | 0.88 | 0 | 0.04 | 0.42 |
| HSL | 177.23º | 0.78% | 0.33% | - |
| HSV(B) | 177.23º | 0.88% | 0.58% | - |
| XYZ | 15.72 | 23.26 | 29.25 | - |
| YUV | 108.45 | 146.93 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 142 | 0.88 | 0 | 0.04 | 0.42 | 177.23 | 0.78 | 0.33 |
| Hex | 12 | 94 | 8E | 58 | 0 | 4 | 2A | B1 | 4E | 21 |
| Octal | 22 | 224 | 216 | 130 | 0 | 4 | 52 | 261 | 116 | 41 |
| Binary | 10010 | 10010100 | 10001110 | 1011000 | 0 | 100 | 101010 | 10110001 | 1001110 | 100001 |
Color Harmonies of #12948E
Complementary color
Monochromatic Colors of #12948E
Black with #12948E
Text Example
Text Example
White with #12948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12948E; }
p { color: rgb(18,148,142); }
H1.HeaderClassName
{
color: #12948E;
}
.AnyTagClassName
{
color: #12948E;
}
</style>
background-color css
<style>
a { background-color: #12948E; }
a { background-color: rgb(18,148,142); }
div.DivClassName
{
background-color: #12948E;
}
.BgClassName
{
background-color: #12948E;
}
</style>
border-color css
<style>
span { border-color: #12948E; }
span { border-color: rgb(18,148,142); }
td.TdClassName
{
border-color: #12948E;
}
.TagClassName
{
border-color: #12948E;
}
</style>