Shades of Dark Cyan #07818B
Tints of Dark Cyan #07818B
RGB
CMYK
RGB Variations
Color information
#07818B (or 0x07818B) is known color: Dark Cyan. HEX triplet: 07, 81 and 8B. RGB value is (7,129,139). Sum of RGB (Red+Green+Blue) = 7+129+139=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #07818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07818B is #F87E74. Grayscale: #5D5D5D. Windows color (decimal): -16285301 or 9142535. OLE color: 9142535.
HSL color Cylindrical-coordinate representation of color #07818B: hue angle of 184.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07818B is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 129 | 139 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.45 |
| HSL | 184.55º | 0.9% | 0.29% | - |
| HSV(B) | 184.55º | 0.95% | 0.55% | - |
| XYZ | 12.6 | 17.61 | 27.16 | - |
| YUV | 93.66 | 153.58 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 139 | 0.95 | 0.07 | 0 | 0.45 | 184.55 | 0.9 | 0.29 |
| Hex | 7 | 81 | 8B | 5F | 7 | 0 | 2D | B9 | 5A | 1D |
| Octal | 7 | 201 | 213 | 137 | 7 | 0 | 55 | 271 | 132 | 35 |
| Binary | 111 | 10000001 | 10001011 | 1011111 | 111 | 0 | 101101 | 10111001 | 1011010 | 11101 |
Color Harmonies of #07818B
Complementary color
Monochromatic Colors of #07818B
Black with #07818B
Text Example
Text Example
White with #07818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07818B; }
p { color: rgb(7,129,139); }
H1.HeaderClassName
{
color: #07818B;
}
.AnyTagClassName
{
color: #07818B;
}
</style>
background-color css
<style>
a { background-color: #07818B; }
a { background-color: rgb(7,129,139); }
div.DivClassName
{
background-color: #07818B;
}
.BgClassName
{
background-color: #07818B;
}
</style>
border-color css
<style>
span { border-color: #07818B; }
span { border-color: rgb(7,129,139); }
td.TdClassName
{
border-color: #07818B;
}
.TagClassName
{
border-color: #07818B;
}
</style>