Shades of Dark Cyan #12948B
Tints of Dark Cyan #12948B
RGB
CMYK
RGB Variations
Color information
#12948B (or 0x12948B) is known color: Dark Cyan. HEX triplet: 12, 94 and 8B. RGB value is (18,148,139). Sum of RGB (Red+Green+Blue) = 18+148+139=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #12948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12948B is #ED6B74. Grayscale: #6C6C6C. Windows color (decimal): -15559541 or 9147410. OLE color: 9147410.
HSL color Cylindrical-coordinate representation of color #12948B: hue angle of 175.85º 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 #12948B is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 139 | - |
| CMYK | 0.88 | 0 | 0.06 | 0.42 |
| HSL | 175.85º | 0.78% | 0.33% | - |
| HSV(B) | 175.85º | 0.88% | 0.58% | - |
| XYZ | 15.5 | 23.17 | 28.08 | - |
| YUV | 108.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 139 | 0.88 | 0 | 0.06 | 0.42 | 175.85 | 0.78 | 0.33 |
| Hex | 12 | 94 | 8B | 58 | 0 | 6 | 2A | B0 | 4E | 21 |
| Octal | 22 | 224 | 213 | 130 | 0 | 6 | 52 | 260 | 116 | 41 |
| Binary | 10010 | 10010100 | 10001011 | 1011000 | 0 | 110 | 101010 | 10110000 | 1001110 | 100001 |
Color Harmonies of #12948B
Complementary color
Monochromatic Colors of #12948B
Black with #12948B
Text Example
Text Example
White with #12948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12948B; }
p { color: rgb(18,148,139); }
H1.HeaderClassName
{
color: #12948B;
}
.AnyTagClassName
{
color: #12948B;
}
</style>
background-color css
<style>
a { background-color: #12948B; }
a { background-color: rgb(18,148,139); }
div.DivClassName
{
background-color: #12948B;
}
.BgClassName
{
background-color: #12948B;
}
</style>
border-color css
<style>
span { border-color: #12948B; }
span { border-color: rgb(18,148,139); }
td.TdClassName
{
border-color: #12948B;
}
.TagClassName
{
border-color: #12948B;
}
</style>