Shades of Dark Cyan #138792
Tints of Dark Cyan #138792
RGB
CMYK
RGB Variations
Color information
#138792 (or 0x138792) is known color: Dark Cyan. HEX triplet: 13, 87 and 92. RGB value is (19,135,146). Sum of RGB (Red+Green+Blue) = 19+135+146=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #138792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138792 is #EC786D. Grayscale: #656565. Windows color (decimal): -15497326 or 9602835. OLE color: 9602835.
HSL color Cylindrical-coordinate representation of color #138792: hue angle of 185.2º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138792 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 135 | 146 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.43 |
| HSL | 185.2º | 0.77% | 0.32% | - |
| HSV(B) | 185.2º | 0.87% | 0.57% | - |
| XYZ | 14.12 | 19.54 | 30.22 | - |
| YUV | 101.57 | 153.07 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 146 | 0.87 | 0.08 | 0 | 0.43 | 185.2 | 0.77 | 0.32 |
| Hex | 13 | 87 | 92 | 57 | 8 | 0 | 2B | B9 | 4D | 20 |
| Octal | 23 | 207 | 222 | 127 | 10 | 0 | 53 | 271 | 115 | 40 |
| Binary | 10011 | 10000111 | 10010010 | 1010111 | 1000 | 0 | 101011 | 10111001 | 1001101 | 100000 |
Color Harmonies of #138792
Complementary color
Monochromatic Colors of #138792
Black with #138792
Text Example
Text Example
White with #138792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138792; }
p { color: rgb(19,135,146); }
H1.HeaderClassName
{
color: #138792;
}
.AnyTagClassName
{
color: #138792;
}
</style>
background-color css
<style>
a { background-color: #138792; }
a { background-color: rgb(19,135,146); }
div.DivClassName
{
background-color: #138792;
}
.BgClassName
{
background-color: #138792;
}
</style>
border-color css
<style>
span { border-color: #138792; }
span { border-color: rgb(19,135,146); }
td.TdClassName
{
border-color: #138792;
}
.TagClassName
{
border-color: #138792;
}
</style>