Shades of Dark Cyan #138A94
Tints of Dark Cyan #138A94
RGB
CMYK
RGB Variations
Color information
#138A94 (or 0x138A94) is known color: Dark Cyan. HEX triplet: 13, 8A and 94. RGB value is (19,138,148). Sum of RGB (Red+Green+Blue) = 19+138+148=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #138A94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A94 is #EC756B. Grayscale: #676767. Windows color (decimal): -15496556 or 9734675. OLE color: 9734675.
HSL color Cylindrical-coordinate representation of color #138A94: hue angle of 184.65º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138A94 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 138 | 148 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.42 |
| HSL | 184.65º | 0.77% | 0.33% | - |
| HSV(B) | 184.65º | 0.87% | 0.58% | - |
| XYZ | 14.7 | 20.45 | 31.19 | - |
| YUV | 103.56 | 153.08 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 148 | 0.87 | 0.07 | 0 | 0.42 | 184.65 | 0.77 | 0.33 |
| Hex | 13 | 8A | 94 | 57 | 7 | 0 | 2A | B9 | 4D | 21 |
| Octal | 23 | 212 | 224 | 127 | 7 | 0 | 52 | 271 | 115 | 41 |
| Binary | 10011 | 10001010 | 10010100 | 1010111 | 111 | 0 | 101010 | 10111001 | 1001101 | 100001 |
Color Harmonies of #138A94
Complementary color
Monochromatic Colors of #138A94
Black with #138A94
Text Example
Text Example
White with #138A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A94; }
p { color: rgb(19,138,148); }
H1.HeaderClassName
{
color: #138A94;
}
.AnyTagClassName
{
color: #138A94;
}
</style>
background-color css
<style>
a { background-color: #138A94; }
a { background-color: rgb(19,138,148); }
div.DivClassName
{
background-color: #138A94;
}
.BgClassName
{
background-color: #138A94;
}
</style>
border-color css
<style>
span { border-color: #138A94; }
span { border-color: rgb(19,138,148); }
td.TdClassName
{
border-color: #138A94;
}
.TagClassName
{
border-color: #138A94;
}
</style>