Shades of Dark Cyan #038A8D
Tints of Dark Cyan #038A8D
RGB
CMYK
RGB Variations
Color information
#038A8D (or 0x038A8D) is known color: Dark Cyan. HEX triplet: 03, 8A and 8D. RGB value is (3,138,141). Sum of RGB (Red+Green+Blue) = 3+138+141=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 138 (54.30% from 255 or 48.94% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #038A8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038A8D is #FC7572. Grayscale: #616161. Windows color (decimal): -16545139 or 9275907. OLE color: 9275907.
HSL color Cylindrical-coordinate representation of color #038A8D: hue angle of 181.3º 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 #038A8D is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 138 | 141 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.45 |
| HSL | 181.3º | 0.96% | 0.28% | - |
| HSV(B) | 181.3º | 0.98% | 0.55% | - |
| XYZ | 13.93 | 20.12 | 28.35 | - |
| YUV | 97.98 | 152.27 | 60.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 141 | 0.98 | 0.02 | 0 | 0.45 | 181.3 | 0.96 | 0.28 |
| Hex | 3 | 8A | 8D | 62 | 2 | 0 | 2D | B5 | 60 | 1C |
| Octal | 3 | 212 | 215 | 142 | 2 | 0 | 55 | 265 | 140 | 34 |
| Binary | 11 | 10001010 | 10001101 | 1100010 | 10 | 0 | 101101 | 10110101 | 1100000 | 11100 |
Color Harmonies of #038A8D
Complementary color
Monochromatic Colors of #038A8D
Black with #038A8D
Text Example
Text Example
White with #038A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A8D; }
p { color: rgb(3,138,141); }
H1.HeaderClassName
{
color: #038A8D;
}
.AnyTagClassName
{
color: #038A8D;
}
</style>
background-color css
<style>
a { background-color: #038A8D; }
a { background-color: rgb(3,138,141); }
div.DivClassName
{
background-color: #038A8D;
}
.BgClassName
{
background-color: #038A8D;
}
</style>
border-color css
<style>
span { border-color: #038A8D; }
span { border-color: rgb(3,138,141); }
td.TdClassName
{
border-color: #038A8D;
}
.TagClassName
{
border-color: #038A8D;
}
</style>