Shades of Cadet Blue #669D98
Tints of Cadet Blue #669D98
RGB
CMYK
RGB Variations
Color information
#669D98 (or 0x669D98) is known color: Cadet Blue. HEX triplet: 66, 9D and 98. RGB value is (102,157,152). Sum of RGB (Red+Green+Blue) = 102+157+152=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 157 - color contains mainly: green. Hex color #669D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669D98 is #996267. Grayscale: #8B8B8B. Windows color (decimal): -10052200 or 10001766. OLE color: 10001766.
HSL color Cylindrical-coordinate representation of color #669D98: hue angle of 174.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669D98 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 157 | 152 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.38 |
| HSL | 174.55º | 0.22% | 0.51% | - |
| HSV(B) | 174.55º | 0.35% | 0.62% | - |
| XYZ | 23.2 | 29.21 | 34.12 | - |
| YUV | 139.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 152 | 0.35 | 0 | 0.03 | 0.38 | 174.55 | 0.22 | 0.51 |
| Hex | 66 | 9D | 98 | 23 | 0 | 3 | 26 | AF | 16 | 33 |
| Octal | 146 | 235 | 230 | 43 | 0 | 3 | 46 | 257 | 26 | 63 |
| Binary | 1100110 | 10011101 | 10011000 | 100011 | 0 | 11 | 100110 | 10101111 | 10110 | 110011 |
Color Harmonies of #669D98
Complementary color
Monochromatic Colors of #669D98
Black with #669D98
Text Example
Text Example
White with #669D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669D98; }
p { color: rgb(102,157,152); }
H1.HeaderClassName
{
color: #669D98;
}
.AnyTagClassName
{
color: #669D98;
}
</style>
background-color css
<style>
a { background-color: #669D98; }
a { background-color: rgb(102,157,152); }
div.DivClassName
{
background-color: #669D98;
}
.BgClassName
{
background-color: #669D98;
}
</style>
border-color css
<style>
span { border-color: #669D98; }
span { border-color: rgb(102,157,152); }
td.TdClassName
{
border-color: #669D98;
}
.TagClassName
{
border-color: #669D98;
}
</style>