Shades of Cadet Blue #68A19C
Tints of Cadet Blue #68A19C
RGB
CMYK
RGB Variations
Color information
#68A19C (or 0x68A19C) is known color: Cadet Blue. HEX triplet: 68, A1 and 9C. RGB value is (104,161,156). Sum of RGB (Red+Green+Blue) = 104+161+156=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 161 - color contains mainly: green. Hex color #68A19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A19C is #975E63. Grayscale: #8F8F8F. Windows color (decimal): -9920100 or 10264936. OLE color: 10264936.
HSL color Cylindrical-coordinate representation of color #68A19C: hue angle of 174.74º 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 #68A19C is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 156 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.37 |
| HSL | 174.74º | 0.23% | 0.52% | - |
| HSV(B) | 174.74º | 0.35% | 0.63% | - |
| XYZ | 24.45 | 30.83 | 36.11 | - |
| YUV | 143.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 156 | 0.35 | 0 | 0.03 | 0.37 | 174.74 | 0.23 | 0.52 |
| Hex | 68 | A1 | 9C | 23 | 0 | 3 | 25 | AF | 17 | 34 |
| Octal | 150 | 241 | 234 | 43 | 0 | 3 | 45 | 257 | 27 | 64 |
| Binary | 1101000 | 10100001 | 10011100 | 100011 | 0 | 11 | 100101 | 10101111 | 10111 | 110100 |
Color Harmonies of #68A19C
Complementary color
Monochromatic Colors of #68A19C
Black with #68A19C
Text Example
Text Example
White with #68A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A19C; }
p { color: rgb(104,161,156); }
H1.HeaderClassName
{
color: #68A19C;
}
.AnyTagClassName
{
color: #68A19C;
}
</style>
background-color css
<style>
a { background-color: #68A19C; }
a { background-color: rgb(104,161,156); }
div.DivClassName
{
background-color: #68A19C;
}
.BgClassName
{
background-color: #68A19C;
}
</style>
border-color css
<style>
span { border-color: #68A19C; }
span { border-color: rgb(104,161,156); }
td.TdClassName
{
border-color: #68A19C;
}
.TagClassName
{
border-color: #68A19C;
}
</style>