Shades of Cadet Blue #68A0AA
Tints of Cadet Blue #68A0AA
RGB
CMYK
RGB Variations
Color information
#68A0AA (or 0x68A0AA) is known color: Cadet Blue. HEX triplet: 68, A0 and AA. RGB value is (104,160,170). Sum of RGB (Red+Green+Blue) = 104+160+170=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #68A0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A0AA is #975F55. Grayscale: #909090. Windows color (decimal): -9920342 or 11182184. OLE color: 11182184.
HSL color Cylindrical-coordinate representation of color #68A0AA: hue angle of 189.09º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68A0AA is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 160 | 170 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.33 |
| HSL | 189.09º | 0.28% | 0.54% | - |
| HSV(B) | 189.09º | 0.39% | 0.67% | - |
| XYZ | 25.54 | 30.99 | 42.67 | - |
| YUV | 144.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 170 | 0.39 | 0.06 | 0 | 0.33 | 189.09 | 0.28 | 0.54 |
| Hex | 68 | A0 | AA | 27 | 6 | 0 | 21 | BD | 1C | 36 |
| Octal | 150 | 240 | 252 | 47 | 6 | 0 | 41 | 275 | 34 | 66 |
| Binary | 1101000 | 10100000 | 10101010 | 100111 | 110 | 0 | 100001 | 10111101 | 11100 | 110110 |
Color Harmonies of #68A0AA
Complementary color
Monochromatic Colors of #68A0AA
Black with #68A0AA
Text Example
Text Example
White with #68A0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A0AA; }
p { color: rgb(104,160,170); }
H1.HeaderClassName
{
color: #68A0AA;
}
.AnyTagClassName
{
color: #68A0AA;
}
</style>
background-color css
<style>
a { background-color: #68A0AA; }
a { background-color: rgb(104,160,170); }
div.DivClassName
{
background-color: #68A0AA;
}
.BgClassName
{
background-color: #68A0AA;
}
</style>
border-color css
<style>
span { border-color: #68A0AA; }
span { border-color: rgb(104,160,170); }
td.TdClassName
{
border-color: #68A0AA;
}
.TagClassName
{
border-color: #68A0AA;
}
</style>