Shades of Cadet Blue #70A09E
Tints of Cadet Blue #70A09E
RGB
CMYK
RGB Variations
Color information
#70A09E (or 0x70A09E) is known color: Cadet Blue. HEX triplet: 70, A0 and 9E. RGB value is (112,160,158). Sum of RGB (Red+Green+Blue) = 112+160+158=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #70A09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A09E is #8F5F61. Grayscale: #919191. Windows color (decimal): -9396066 or 10395760. OLE color: 10395760.
HSL color Cylindrical-coordinate representation of color #70A09E: hue angle of 177.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70A09E is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 160 | 158 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.37 |
| HSL | 177.5º | 0.2% | 0.53% | - |
| HSV(B) | 177.5º | 0.3% | 0.63% | - |
| XYZ | 25.42 | 31.05 | 37 | - |
| YUV | 145.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 160 | 158 | 0.30 | 0 | 0.01 | 0.37 | 177.5 | 0.2 | 0.53 |
| Hex | 70 | A0 | 9E | 1E | 0 | 1 | 25 | B2 | 14 | 35 |
| Octal | 160 | 240 | 236 | 36 | 0 | 1 | 45 | 262 | 24 | 65 |
| Binary | 1110000 | 10100000 | 10011110 | 11110 | 0 | 1 | 100101 | 10110010 | 10100 | 110101 |
Color Harmonies of #70A09E
Complementary color
Monochromatic Colors of #70A09E
Black with #70A09E
Text Example
Text Example
White with #70A09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A09E; }
p { color: rgb(112,160,158); }
H1.HeaderClassName
{
color: #70A09E;
}
.AnyTagClassName
{
color: #70A09E;
}
</style>
background-color css
<style>
a { background-color: #70A09E; }
a { background-color: rgb(112,160,158); }
div.DivClassName
{
background-color: #70A09E;
}
.BgClassName
{
background-color: #70A09E;
}
</style>
border-color css
<style>
span { border-color: #70A09E; }
span { border-color: rgb(112,160,158); }
td.TdClassName
{
border-color: #70A09E;
}
.TagClassName
{
border-color: #70A09E;
}
</style>