Shades of Cadet Blue #45ABAA
Tints of Cadet Blue #45ABAA
RGB
CMYK
RGB Variations
Color information
#45ABAA (or 0x45ABAA) is known color: Cadet Blue. HEX triplet: 45, AB and AA. RGB value is (69,171,170). Sum of RGB (Red+Green+Blue) = 69+171+170=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #45ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45ABAA is #BA5455. Grayscale: #8C8C8C. Windows color (decimal): -12211286 or 11184965. OLE color: 11184965.
HSL color Cylindrical-coordinate representation of color #45ABAA: hue angle of 179.41º 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 #45ABAA is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 170 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.33 |
| HSL | 179.41º | 0.43% | 0.47% | - |
| HSV(B) | 179.41º | 0.6% | 0.67% | - |
| XYZ | 24.27 | 33.29 | 43.18 | - |
| YUV | 140.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 170 | 0.60 | 0 | 0.01 | 0.33 | 179.41 | 0.43 | 0.47 |
| Hex | 45 | AB | AA | 3C | 0 | 1 | 21 | B3 | 2A | 2F |
| Octal | 105 | 253 | 252 | 74 | 0 | 1 | 41 | 263 | 52 | 57 |
| Binary | 1000101 | 10101011 | 10101010 | 111100 | 0 | 1 | 100001 | 10110011 | 101010 | 101111 |
Color Harmonies of #45ABAA
Complementary color
Monochromatic Colors of #45ABAA
Black with #45ABAA
Text Example
Text Example
White with #45ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ABAA; }
p { color: rgb(69,171,170); }
H1.HeaderClassName
{
color: #45ABAA;
}
.AnyTagClassName
{
color: #45ABAA;
}
</style>
background-color css
<style>
a { background-color: #45ABAA; }
a { background-color: rgb(69,171,170); }
div.DivClassName
{
background-color: #45ABAA;
}
.BgClassName
{
background-color: #45ABAA;
}
</style>
border-color css
<style>
span { border-color: #45ABAA; }
span { border-color: rgb(69,171,170); }
td.TdClassName
{
border-color: #45ABAA;
}
.TagClassName
{
border-color: #45ABAA;
}
</style>