Shades of Dark Cyan #068B8F
Tints of Dark Cyan #068B8F
RGB
CMYK
RGB Variations
Color information
#068B8F (or 0x068B8F) is known color: Dark Cyan. HEX triplet: 06, 8B and 8F. RGB value is (6,139,143). Sum of RGB (Red+Green+Blue) = 6+139+143=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #068B8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #068B8F is #F97470. Grayscale: #636363. Windows color (decimal): -16348273 or 9407238. OLE color: 9407238.
HSL color Cylindrical-coordinate representation of color #068B8F: hue angle of 181.75º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B8F is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 139 | 143 | - |
| CMYK | 0.96 | 0.03 | 0 | 0.44 |
| HSL | 181.75º | 0.92% | 0.29% | - |
| HSV(B) | 181.75º | 0.96% | 0.56% | - |
| XYZ | 14.27 | 20.49 | 29.19 | - |
| YUV | 99.69 | 152.44 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 143 | 0.96 | 0.03 | 0 | 0.44 | 181.75 | 0.92 | 0.29 |
| Hex | 6 | 8B | 8F | 60 | 3 | 0 | 2C | B6 | 5C | 1D |
| Octal | 6 | 213 | 217 | 140 | 3 | 0 | 54 | 266 | 134 | 35 |
| Binary | 110 | 10001011 | 10001111 | 1100000 | 11 | 0 | 101100 | 10110110 | 1011100 | 11101 |
Color Harmonies of #068B8F
Complementary color
Monochromatic Colors of #068B8F
Black with #068B8F
Text Example
Text Example
White with #068B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B8F; }
p { color: rgb(6,139,143); }
H1.HeaderClassName
{
color: #068B8F;
}
.AnyTagClassName
{
color: #068B8F;
}
</style>
background-color css
<style>
a { background-color: #068B8F; }
a { background-color: rgb(6,139,143); }
div.DivClassName
{
background-color: #068B8F;
}
.BgClassName
{
background-color: #068B8F;
}
</style>
border-color css
<style>
span { border-color: #068B8F; }
span { border-color: rgb(6,139,143); }
td.TdClassName
{
border-color: #068B8F;
}
.TagClassName
{
border-color: #068B8F;
}
</style>