Shades of Cadet Blue #68A09B
Tints of Cadet Blue #68A09B
RGB
CMYK
RGB Variations
Color information
#68A09B (or 0x68A09B) is known color: Cadet Blue. HEX triplet: 68, A0 and 9B. RGB value is (104,160,155). Sum of RGB (Red+Green+Blue) = 104+160+155=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 160 - color contains mainly: green. Hex color #68A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A09B is #975F64. Grayscale: #8E8E8E. Windows color (decimal): -9920357 or 10199144. OLE color: 10199144.
HSL color Cylindrical-coordinate representation of color #68A09B: hue angle of 174.64º 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 #68A09B is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 160 | 155 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.37 |
| HSL | 174.64º | 0.23% | 0.52% | - |
| HSV(B) | 174.64º | 0.35% | 0.63% | - |
| XYZ | 24.2 | 30.45 | 35.61 | - |
| YUV | 142.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 160 | 155 | 0.35 | 0 | 0.03 | 0.37 | 174.64 | 0.23 | 0.52 |
| Hex | 68 | A0 | 9B | 23 | 0 | 3 | 25 | AF | 17 | 34 |
| Octal | 150 | 240 | 233 | 43 | 0 | 3 | 45 | 257 | 27 | 64 |
| Binary | 1101000 | 10100000 | 10011011 | 100011 | 0 | 11 | 100101 | 10101111 | 10111 | 110100 |
Color Harmonies of #68A09B
Complementary color
Monochromatic Colors of #68A09B
Black with #68A09B
Text Example
Text Example
White with #68A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A09B; }
p { color: rgb(104,160,155); }
H1.HeaderClassName
{
color: #68A09B;
}
.AnyTagClassName
{
color: #68A09B;
}
</style>
background-color css
<style>
a { background-color: #68A09B; }
a { background-color: rgb(104,160,155); }
div.DivClassName
{
background-color: #68A09B;
}
.BgClassName
{
background-color: #68A09B;
}
</style>
border-color css
<style>
span { border-color: #68A09B; }
span { border-color: rgb(104,160,155); }
td.TdClassName
{
border-color: #68A09B;
}
.TagClassName
{
border-color: #68A09B;
}
</style>