Shades of Cadet Blue #68A29D
Tints of Cadet Blue #68A29D
RGB
CMYK
RGB Variations
Color information
#68A29D (or 0x68A29D) is known color: Cadet Blue. HEX triplet: 68, A2 and 9D. RGB value is (104,162,157). Sum of RGB (Red+Green+Blue) = 104+162+157=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 162 - color contains mainly: green. Hex color #68A29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A29D is #975D62. Grayscale: #909090. Windows color (decimal): -9919843 or 10330728. OLE color: 10330728.
HSL color Cylindrical-coordinate representation of color #68A29D: hue angle of 174.83º 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 #68A29D is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 162 | 157 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.36 |
| HSL | 174.83º | 0.24% | 0.52% | - |
| HSV(B) | 174.83º | 0.36% | 0.64% | - |
| XYZ | 24.72 | 31.22 | 36.62 | - |
| YUV | 144.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 162 | 157 | 0.36 | 0 | 0.03 | 0.36 | 174.83 | 0.24 | 0.52 |
| Hex | 68 | A2 | 9D | 24 | 0 | 3 | 24 | AF | 18 | 34 |
| Octal | 150 | 242 | 235 | 44 | 0 | 3 | 44 | 257 | 30 | 64 |
| Binary | 1101000 | 10100010 | 10011101 | 100100 | 0 | 11 | 100100 | 10101111 | 11000 | 110100 |
Color Harmonies of #68A29D
Complementary color
Monochromatic Colors of #68A29D
Black with #68A29D
Text Example
Text Example
White with #68A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A29D; }
p { color: rgb(104,162,157); }
H1.HeaderClassName
{
color: #68A29D;
}
.AnyTagClassName
{
color: #68A29D;
}
</style>
background-color css
<style>
a { background-color: #68A29D; }
a { background-color: rgb(104,162,157); }
div.DivClassName
{
background-color: #68A29D;
}
.BgClassName
{
background-color: #68A29D;
}
</style>
border-color css
<style>
span { border-color: #68A29D; }
span { border-color: rgb(104,162,157); }
td.TdClassName
{
border-color: #68A29D;
}
.TagClassName
{
border-color: #68A29D;
}
</style>