Shades of Cadet Blue #66A1A3
Tints of Cadet Blue #66A1A3
RGB
CMYK
RGB Variations
Color information
#66A1A3 (or 0x66A1A3) is known color: Cadet Blue. HEX triplet: 66, A1 and A3. RGB value is (102,161,163). Sum of RGB (Red+Green+Blue) = 102+161+163=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 163 - color contains mainly: blue. Hex color #66A1A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A1A3 is #995E5C. Grayscale: #8F8F8F. Windows color (decimal): -10051165 or 10723686. OLE color: 10723686.
HSL color Cylindrical-coordinate representation of color #66A1A3: hue angle of 181.97º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A1A3 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 161 | 163 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.36 |
| HSL | 181.97º | 0.25% | 0.52% | - |
| HSV(B) | 181.97º | 0.37% | 0.64% | - |
| XYZ | 24.84 | 30.96 | 39.32 | - |
| YUV | 143.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 163 | 0.37 | 0.01 | 0 | 0.36 | 181.97 | 0.25 | 0.52 |
| Hex | 66 | A1 | A3 | 25 | 1 | 0 | 24 | B6 | 19 | 34 |
| Octal | 146 | 241 | 243 | 45 | 1 | 0 | 44 | 266 | 31 | 64 |
| Binary | 1100110 | 10100001 | 10100011 | 100101 | 1 | 0 | 100100 | 10110110 | 11001 | 110100 |
Color Harmonies of #66A1A3
Complementary color
Monochromatic Colors of #66A1A3
Black with #66A1A3
Text Example
Text Example
White with #66A1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A1A3; }
p { color: rgb(102,161,163); }
H1.HeaderClassName
{
color: #66A1A3;
}
.AnyTagClassName
{
color: #66A1A3;
}
</style>
background-color css
<style>
a { background-color: #66A1A3; }
a { background-color: rgb(102,161,163); }
div.DivClassName
{
background-color: #66A1A3;
}
.BgClassName
{
background-color: #66A1A3;
}
</style>
border-color css
<style>
span { border-color: #66A1A3; }
span { border-color: rgb(102,161,163); }
td.TdClassName
{
border-color: #66A1A3;
}
.TagClassName
{
border-color: #66A1A3;
}
</style>