Shades of Dark Cyan #138A81
Tints of Dark Cyan #138A81
RGB
CMYK
RGB Variations
Color information
#138A81 (or 0x138A81) is known color: Dark Cyan. HEX triplet: 13, 8A and 81. RGB value is (19,138,129). Sum of RGB (Red+Green+Blue) = 19+138+129=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 138 (54.30% from 255 or 48.25% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 138 - color contains mainly: green. Hex color #138A81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A81 is #EC757E. Grayscale: #656565. Windows color (decimal): -15496575 or 8489491. OLE color: 8489491.
HSL color Cylindrical-coordinate representation of color #138A81: hue angle of 175.46º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A81 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 129 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.46 |
| HSL | 175.46º | 0.76% | 0.31% | - |
| HSV(B) | 175.46º | 0.86% | 0.54% | - |
| XYZ | 13.32 | 19.9 | 23.91 | - |
| YUV | 101.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 129 | 0.86 | 0 | 0.07 | 0.46 | 175.46 | 0.76 | 0.31 |
| Hex | 13 | 8A | 81 | 56 | 0 | 7 | 2E | AF | 4C | 1F |
| Octal | 23 | 212 | 201 | 126 | 0 | 7 | 56 | 257 | 114 | 37 |
| Binary | 10011 | 10001010 | 10000001 | 1010110 | 0 | 111 | 101110 | 10101111 | 1001100 | 11111 |
Color Harmonies of #138A81
Complementary color
Monochromatic Colors of #138A81
Black with #138A81
Text Example
Text Example
White with #138A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A81; }
p { color: rgb(19,138,129); }
H1.HeaderClassName
{
color: #138A81;
}
.AnyTagClassName
{
color: #138A81;
}
</style>
background-color css
<style>
a { background-color: #138A81; }
a { background-color: rgb(19,138,129); }
div.DivClassName
{
background-color: #138A81;
}
.BgClassName
{
background-color: #138A81;
}
</style>
border-color css
<style>
span { border-color: #138A81; }
span { border-color: rgb(19,138,129); }
td.TdClassName
{
border-color: #138A81;
}
.TagClassName
{
border-color: #138A81;
}
</style>