Shades of Dark Cyan #038D8D
Tints of Dark Cyan #038D8D
RGB
CMYK
RGB Variations
Color information
#038D8D (or 0x038D8D) is known color: Dark Cyan. HEX triplet: 03, 8D and 8D. RGB value is (3,141,141). Sum of RGB (Red+Green+Blue) = 3+141+141=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 141 (55.47% from 255 or 49.47% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: green, blue. Hex color #038D8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038D8D is #FC7272. Grayscale: #636363. Windows color (decimal): -16544371 or 9276675. OLE color: 9276675.
HSL color Cylindrical-coordinate representation of color #038D8D: hue angle of 180º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D8D is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 141 | 141 | - |
| CMYK | 0.98 | 0 | 0 | 0.45 |
| HSL | 180º | 0.96% | 0.28% | - |
| HSV(B) | 180º | 0.98% | 0.55% | - |
| XYZ | 14.37 | 20.99 | 28.49 | - |
| YUV | 99.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 141 | 141 | 0.98 | 0 | 0 | 0.45 | 180 | 0.96 | 0.28 |
| Hex | 3 | 8D | 8D | 62 | 0 | 0 | 2D | B4 | 60 | 1C |
| Octal | 3 | 215 | 215 | 142 | 0 | 0 | 55 | 264 | 140 | 34 |
| Binary | 11 | 10001101 | 10001101 | 1100010 | 0 | 0 | 101101 | 10110100 | 1100000 | 11100 |
Color Harmonies of #038D8D
Complementary color
Monochromatic Colors of #038D8D
Black with #038D8D
Text Example
Text Example
White with #038D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038D8D; }
p { color: rgb(3,141,141); }
H1.HeaderClassName
{
color: #038D8D;
}
.AnyTagClassName
{
color: #038D8D;
}
</style>
background-color css
<style>
a { background-color: #038D8D; }
a { background-color: rgb(3,141,141); }
div.DivClassName
{
background-color: #038D8D;
}
.BgClassName
{
background-color: #038D8D;
}
</style>
border-color css
<style>
span { border-color: #038D8D; }
span { border-color: rgb(3,141,141); }
td.TdClassName
{
border-color: #038D8D;
}
.TagClassName
{
border-color: #038D8D;
}
</style>