Shades of Cadet Blue #68A097
Tints of Cadet Blue #68A097
RGB
CMYK
RGB Variations
Color information
#68A097 (or 0x68A097) is known color: Cadet Blue. HEX triplet: 68, A0 and 97. RGB value is (104,160,151). Sum of RGB (Red+Green+Blue) = 104+160+151=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 160 - color contains mainly: green. Hex color #68A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A097 is #975F68. Grayscale: #8E8E8E. Windows color (decimal): -9920361 or 9937000. OLE color: 9937000.
HSL color Cylindrical-coordinate representation of color #68A097: hue angle of 170.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A097 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 151 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.37 |
| HSL | 170.36º | 0.23% | 0.52% | - |
| HSV(B) | 170.36º | 0.35% | 0.63% | - |
| XYZ | 23.87 | 30.32 | 33.87 | - |
| YUV | 142.23 | 132.95 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 151 | 0.35 | 0 | 0.06 | 0.37 | 170.36 | 0.23 | 0.52 |
| Hex | 68 | A0 | 97 | 23 | 0 | 6 | 25 | AA | 17 | 34 |
| Octal | 150 | 240 | 227 | 43 | 0 | 6 | 45 | 252 | 27 | 64 |
| Binary | 1101000 | 10100000 | 10010111 | 100011 | 0 | 110 | 100101 | 10101010 | 10111 | 110100 |
Color Harmonies of #68A097
Complementary color
Monochromatic Colors of #68A097
Black with #68A097
Text Example
Text Example
White with #68A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A097; }
p { color: rgb(104,160,151); }
H1.HeaderClassName
{
color: #68A097;
}
.AnyTagClassName
{
color: #68A097;
}
</style>
background-color css
<style>
a { background-color: #68A097; }
a { background-color: rgb(104,160,151); }
div.DivClassName
{
background-color: #68A097;
}
.BgClassName
{
background-color: #68A097;
}
</style>
border-color css
<style>
span { border-color: #68A097; }
span { border-color: rgb(104,160,151); }
td.TdClassName
{
border-color: #68A097;
}
.TagClassName
{
border-color: #68A097;
}
</style>