Shades of Cadet Blue #68A299
Tints of Cadet Blue #68A299
RGB
CMYK
RGB Variations
Color information
#68A299 (or 0x68A299) is known color: Cadet Blue. HEX triplet: 68, A2 and 99. RGB value is (104,162,153). Sum of RGB (Red+Green+Blue) = 104+162+153=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #68A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A299 is #975D66. Grayscale: #8F8F8F. Windows color (decimal): -9919847 or 10068584. OLE color: 10068584.
HSL color Cylindrical-coordinate representation of color #68A299: hue angle of 170.69º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A299 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 153 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.36 |
| HSL | 170.69º | 0.24% | 0.52% | - |
| HSV(B) | 170.69º | 0.36% | 0.64% | - |
| XYZ | 24.38 | 31.08 | 34.85 | - |
| YUV | 143.63 | 133.28 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 153 | 0.36 | 0 | 0.06 | 0.36 | 170.69 | 0.24 | 0.52 |
| Hex | 68 | A2 | 99 | 24 | 0 | 6 | 24 | AB | 18 | 34 |
| Octal | 150 | 242 | 231 | 44 | 0 | 6 | 44 | 253 | 30 | 64 |
| Binary | 1101000 | 10100010 | 10011001 | 100100 | 0 | 110 | 100100 | 10101011 | 11000 | 110100 |
Color Harmonies of #68A299
Complementary color
Monochromatic Colors of #68A299
Black with #68A299
Text Example
Text Example
White with #68A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A299; }
p { color: rgb(104,162,153); }
H1.HeaderClassName
{
color: #68A299;
}
.AnyTagClassName
{
color: #68A299;
}
</style>
background-color css
<style>
a { background-color: #68A299; }
a { background-color: rgb(104,162,153); }
div.DivClassName
{
background-color: #68A299;
}
.BgClassName
{
background-color: #68A299;
}
</style>
border-color css
<style>
span { border-color: #68A299; }
span { border-color: rgb(104,162,153); }
td.TdClassName
{
border-color: #68A299;
}
.TagClassName
{
border-color: #68A299;
}
</style>