Shades of Dark Cyan #07838D
Tints of Dark Cyan #07838D
RGB
CMYK
RGB Variations
Color information
#07838D (or 0x07838D) is known color: Dark Cyan. HEX triplet: 07, 83 and 8D. RGB value is (7,131,141). Sum of RGB (Red+Green+Blue) = 7+131+141=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #07838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07838D is #F87C72. Grayscale: #5E5E5E. Windows color (decimal): -16284787 or 9274119. OLE color: 9274119.
HSL color Cylindrical-coordinate representation of color #07838D: hue angle of 184.48º degrees, saturation: 0.91, 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 #07838D is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 7 | 131 | 141 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.45 |
| HSL | 184.48º | 0.91% | 0.29% | - |
| HSV(B) | 184.48º | 0.95% | 0.55% | - |
| XYZ | 13.01 | 18.2 | 28.03 | - |
| YUV | 95.06 | 153.92 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 131 | 141 | 0.95 | 0.07 | 0 | 0.45 | 184.48 | 0.91 | 0.29 |
| Hex | 7 | 83 | 8D | 5F | 7 | 0 | 2D | B8 | 5B | 1D |
| Octal | 7 | 203 | 215 | 137 | 7 | 0 | 55 | 270 | 133 | 35 |
| Binary | 111 | 10000011 | 10001101 | 1011111 | 111 | 0 | 101101 | 10111000 | 1011011 | 11101 |
Color Harmonies of #07838D
Complementary color
Monochromatic Colors of #07838D
Black with #07838D
Text Example
Text Example
White with #07838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07838D; }
p { color: rgb(7,131,141); }
H1.HeaderClassName
{
color: #07838D;
}
.AnyTagClassName
{
color: #07838D;
}
</style>
background-color css
<style>
a { background-color: #07838D; }
a { background-color: rgb(7,131,141); }
div.DivClassName
{
background-color: #07838D;
}
.BgClassName
{
background-color: #07838D;
}
</style>
border-color css
<style>
span { border-color: #07838D; }
span { border-color: rgb(7,131,141); }
td.TdClassName
{
border-color: #07838D;
}
.TagClassName
{
border-color: #07838D;
}
</style>