Shades of Cadet Blue #45A8AB
Tints of Cadet Blue #45A8AB
RGB
CMYK
RGB Variations
Color information
#45A8AB (or 0x45A8AB) is known color: Cadet Blue. HEX triplet: 45, A8 and AB. RGB value is (69,168,171). Sum of RGB (Red+Green+Blue) = 69+168+171=408 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.91% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #45A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A8AB is #BA5754. Grayscale: #8A8A8A. Windows color (decimal): -12212053 or 11249733. OLE color: 11249733.
HSL color Cylindrical-coordinate representation of color #45A8AB: hue angle of 181.76º 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 #45A8AB is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 168 | 171 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.33 |
| HSL | 181.76º | 0.43% | 0.47% | - |
| HSV(B) | 181.76º | 0.6% | 0.67% | - |
| XYZ | 23.81 | 32.21 | 43.49 | - |
| YUV | 138.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 168 | 171 | 0.60 | 0.02 | 0 | 0.33 | 181.76 | 0.43 | 0.47 |
| Hex | 45 | A8 | AB | 3C | 2 | 0 | 21 | B6 | 2A | 2F |
| Octal | 105 | 250 | 253 | 74 | 2 | 0 | 41 | 266 | 52 | 57 |
| Binary | 1000101 | 10101000 | 10101011 | 111100 | 10 | 0 | 100001 | 10110110 | 101010 | 101111 |
Color Harmonies of #45A8AB
Complementary color
Monochromatic Colors of #45A8AB
Black with #45A8AB
Text Example
Text Example
White with #45A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A8AB; }
p { color: rgb(69,168,171); }
H1.HeaderClassName
{
color: #45A8AB;
}
.AnyTagClassName
{
color: #45A8AB;
}
</style>
background-color css
<style>
a { background-color: #45A8AB; }
a { background-color: rgb(69,168,171); }
div.DivClassName
{
background-color: #45A8AB;
}
.BgClassName
{
background-color: #45A8AB;
}
</style>
border-color css
<style>
span { border-color: #45A8AB; }
span { border-color: rgb(69,168,171); }
td.TdClassName
{
border-color: #45A8AB;
}
.TagClassName
{
border-color: #45A8AB;
}
</style>