Shades of Dark Cyan #138A90
Tints of Dark Cyan #138A90
RGB
CMYK
RGB Variations
Color information
#138A90 (or 0x138A90) is known color: Dark Cyan. HEX triplet: 13, 8A and 90. RGB value is (19,138,144). Sum of RGB (Red+Green+Blue) = 19+138+144=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #138A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A90 is #EC756F. Grayscale: #666666. Windows color (decimal): -15496560 or 9472531. OLE color: 9472531.
HSL color Cylindrical-coordinate representation of color #138A90: hue angle of 182.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138A90 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 138 | 144 | - |
| CMYK | 0.87 | 0.04 | 0 | 0.44 |
| HSL | 182.88º | 0.77% | 0.32% | - |
| HSV(B) | 182.88º | 0.87% | 0.56% | - |
| XYZ | 14.39 | 20.33 | 29.55 | - |
| YUV | 103.1 | 151.08 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 144 | 0.87 | 0.04 | 0 | 0.44 | 182.88 | 0.77 | 0.32 |
| Hex | 13 | 8A | 90 | 57 | 4 | 0 | 2C | B7 | 4D | 20 |
| Octal | 23 | 212 | 220 | 127 | 4 | 0 | 54 | 267 | 115 | 40 |
| Binary | 10011 | 10001010 | 10010000 | 1010111 | 100 | 0 | 101100 | 10110111 | 1001101 | 100000 |
Color Harmonies of #138A90
Complementary color
Monochromatic Colors of #138A90
Black with #138A90
Text Example
Text Example
White with #138A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A90; }
p { color: rgb(19,138,144); }
H1.HeaderClassName
{
color: #138A90;
}
.AnyTagClassName
{
color: #138A90;
}
</style>
background-color css
<style>
a { background-color: #138A90; }
a { background-color: rgb(19,138,144); }
div.DivClassName
{
background-color: #138A90;
}
.BgClassName
{
background-color: #138A90;
}
</style>
border-color css
<style>
span { border-color: #138A90; }
span { border-color: rgb(19,138,144); }
td.TdClassName
{
border-color: #138A90;
}
.TagClassName
{
border-color: #138A90;
}
</style>