Shades of Cadet Blue #45A8AC
Tints of Cadet Blue #45A8AC
RGB
CMYK
RGB Variations
Color information
#45A8AC (or 0x45A8AC) is known color: Cadet Blue. HEX triplet: 45, A8 and AC. RGB value is (69,168,172). Sum of RGB (Red+Green+Blue) = 69+168+172=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #45A8AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A8AC is #BA5753. Grayscale: #8A8A8A. Windows color (decimal): -12212052 or 11315269. OLE color: 11315269.
HSL color Cylindrical-coordinate representation of color #45A8AC: hue angle of 182.33º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A8AC is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 168 | 172 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.33 |
| HSL | 182.33º | 0.43% | 0.47% | - |
| HSV(B) | 182.33º | 0.6% | 0.67% | - |
| XYZ | 23.9 | 32.25 | 43.99 | - |
| YUV | 138.86 | 146.7 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 168 | 172 | 0.60 | 0.02 | 0 | 0.33 | 182.33 | 0.43 | 0.47 |
| Hex | 45 | A8 | AC | 3C | 2 | 0 | 21 | B6 | 2B | 2F |
| Octal | 105 | 250 | 254 | 74 | 2 | 0 | 41 | 266 | 53 | 57 |
| Binary | 1000101 | 10101000 | 10101100 | 111100 | 10 | 0 | 100001 | 10110110 | 101011 | 101111 |
Color Harmonies of #45A8AC
Complementary color
Monochromatic Colors of #45A8AC
Black with #45A8AC
Text Example
Text Example
White with #45A8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A8AC; }
p { color: rgb(69,168,172); }
H1.HeaderClassName
{
color: #45A8AC;
}
.AnyTagClassName
{
color: #45A8AC;
}
</style>
background-color css
<style>
a { background-color: #45A8AC; }
a { background-color: rgb(69,168,172); }
div.DivClassName
{
background-color: #45A8AC;
}
.BgClassName
{
background-color: #45A8AC;
}
</style>
border-color css
<style>
span { border-color: #45A8AC; }
span { border-color: rgb(69,168,172); }
td.TdClassName
{
border-color: #45A8AC;
}
.TagClassName
{
border-color: #45A8AC;
}
</style>