Shades of Cadet Blue #45A6A3
Tints of Cadet Blue #45A6A3
RGB
CMYK
RGB Variations
Color information
#45A6A3 (or 0x45A6A3) is known color: Cadet Blue. HEX triplet: 45, A6 and A3. RGB value is (69,166,163). Sum of RGB (Red+Green+Blue) = 69+166+163=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 166 (65.23% from 255 or 41.71% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 166 - color contains mainly: green. Hex color #45A6A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A6A3 is #BA595C. Grayscale: #888888. Windows color (decimal): -12212573 or 10724933. OLE color: 10724933.
HSL color Cylindrical-coordinate representation of color #45A6A3: hue angle of 178.14º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A6A3 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 163 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.35 |
| HSL | 178.14º | 0.41% | 0.46% | - |
| HSV(B) | 178.14º | 0.58% | 0.65% | - |
| XYZ | 22.7 | 31.18 | 39.47 | - |
| YUV | 136.66 | 142.86 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 163 | 0.58 | 0 | 0.02 | 0.35 | 178.14 | 0.41 | 0.46 |
| Hex | 45 | A6 | A3 | 3A | 0 | 2 | 23 | B2 | 29 | 2E |
| Octal | 105 | 246 | 243 | 72 | 0 | 2 | 43 | 262 | 51 | 56 |
| Binary | 1000101 | 10100110 | 10100011 | 111010 | 0 | 10 | 100011 | 10110010 | 101001 | 101110 |
Color Harmonies of #45A6A3
Complementary color
Monochromatic Colors of #45A6A3
Black with #45A6A3
Text Example
Text Example
White with #45A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A6A3; }
p { color: rgb(69,166,163); }
H1.HeaderClassName
{
color: #45A6A3;
}
.AnyTagClassName
{
color: #45A6A3;
}
</style>
background-color css
<style>
a { background-color: #45A6A3; }
a { background-color: rgb(69,166,163); }
div.DivClassName
{
background-color: #45A6A3;
}
.BgClassName
{
background-color: #45A6A3;
}
</style>
border-color css
<style>
span { border-color: #45A6A3; }
span { border-color: rgb(69,166,163); }
td.TdClassName
{
border-color: #45A6A3;
}
.TagClassName
{
border-color: #45A6A3;
}
</style>