Shades of Cadet Blue #66A6A5
Tints of Cadet Blue #66A6A5
RGB
CMYK
RGB Variations
Color information
#66A6A5 (or 0x66A6A5) is known color: Cadet Blue. HEX triplet: 66, A6 and A5. RGB value is (102,166,165). Sum of RGB (Red+Green+Blue) = 102+166+165=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #66A6A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A6A5 is #99595A. Grayscale: #929292. Windows color (decimal): -10049883 or 10856038. OLE color: 10856038.
HSL color Cylindrical-coordinate representation of color #66A6A5: hue angle of 179.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66A6A5 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 166 | 165 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.35 |
| HSL | 179.06º | 0.26% | 0.53% | - |
| HSV(B) | 179.06º | 0.39% | 0.65% | - |
| XYZ | 25.91 | 32.81 | 40.57 | - |
| YUV | 146.75 | 138.3 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 166 | 165 | 0.39 | 0 | 0.01 | 0.35 | 179.06 | 0.26 | 0.53 |
| Hex | 66 | A6 | A5 | 27 | 0 | 1 | 23 | B3 | 1A | 35 |
| Octal | 146 | 246 | 245 | 47 | 0 | 1 | 43 | 263 | 32 | 65 |
| Binary | 1100110 | 10100110 | 10100101 | 100111 | 0 | 1 | 100011 | 10110011 | 11010 | 110101 |
Color Harmonies of #66A6A5
Complementary color
Monochromatic Colors of #66A6A5
Black with #66A6A5
Text Example
Text Example
White with #66A6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A6A5; }
p { color: rgb(102,166,165); }
H1.HeaderClassName
{
color: #66A6A5;
}
.AnyTagClassName
{
color: #66A6A5;
}
</style>
background-color css
<style>
a { background-color: #66A6A5; }
a { background-color: rgb(102,166,165); }
div.DivClassName
{
background-color: #66A6A5;
}
.BgClassName
{
background-color: #66A6A5;
}
</style>
border-color css
<style>
span { border-color: #66A6A5; }
span { border-color: rgb(102,166,165); }
td.TdClassName
{
border-color: #66A6A5;
}
.TagClassName
{
border-color: #66A6A5;
}
</style>