Shades of Cadet Blue #45AAA5
Tints of Cadet Blue #45AAA5
RGB
CMYK
RGB Variations
Color information
#45AAA5 (or 0x45AAA5) is known color: Cadet Blue. HEX triplet: 45, AA and A5. RGB value is (69,170,165). Sum of RGB (Red+Green+Blue) = 69+170+165=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #45AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AAA5 is #BA555A. Grayscale: #8B8B8B. Windows color (decimal): -12211547 or 10857029. OLE color: 10857029.
HSL color Cylindrical-coordinate representation of color #45AAA5: hue angle of 177.03º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AAA5 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 165 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.33 |
| HSL | 177.03º | 0.42% | 0.47% | - |
| HSV(B) | 177.03º | 0.59% | 0.67% | - |
| XYZ | 23.62 | 32.73 | 40.67 | - |
| YUV | 139.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 165 | 0.59 | 0 | 0.03 | 0.33 | 177.03 | 0.42 | 0.47 |
| Hex | 45 | AA | A5 | 3B | 0 | 3 | 21 | B1 | 2A | 2F |
| Octal | 105 | 252 | 245 | 73 | 0 | 3 | 41 | 261 | 52 | 57 |
| Binary | 1000101 | 10101010 | 10100101 | 111011 | 0 | 11 | 100001 | 10110001 | 101010 | 101111 |
Color Harmonies of #45AAA5
Complementary color
Monochromatic Colors of #45AAA5
Black with #45AAA5
Text Example
Text Example
White with #45AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AAA5; }
p { color: rgb(69,170,165); }
H1.HeaderClassName
{
color: #45AAA5;
}
.AnyTagClassName
{
color: #45AAA5;
}
</style>
background-color css
<style>
a { background-color: #45AAA5; }
a { background-color: rgb(69,170,165); }
div.DivClassName
{
background-color: #45AAA5;
}
.BgClassName
{
background-color: #45AAA5;
}
</style>
border-color css
<style>
span { border-color: #45AAA5; }
span { border-color: rgb(69,170,165); }
td.TdClassName
{
border-color: #45AAA5;
}
.TagClassName
{
border-color: #45AAA5;
}
</style>