Shades of Cadet Blue #41AAAA
Tints of Cadet Blue #41AAAA
RGB
CMYK
RGB Variations
Color information
#41AAAA (or 0x41AAAA) is known color: Cadet Blue. HEX triplet: 41, AA and AA. RGB value is (65,170,170). Sum of RGB (Red+Green+Blue) = 65+170+170=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #41AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AAAA is #BE5555. Grayscale: #8A8A8A. Windows color (decimal): -12473686 or 11184705. OLE color: 11184705.
HSL color Cylindrical-coordinate representation of color #41AAAA: hue angle of 180º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AAAA is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 170 | - |
| CMYK | 0.62 | 0 | 0 | 0.33 |
| HSL | 180º | 0.45% | 0.46% | - |
| HSV(B) | 180º | 0.62% | 0.67% | - |
| XYZ | 23.81 | 32.78 | 43.1 | - |
| YUV | 138.61 | 145.71 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 170 | 0.62 | 0 | 0 | 0.33 | 180 | 0.45 | 0.46 |
| Hex | 41 | AA | AA | 3E | 0 | 0 | 21 | B4 | 2D | 2E |
| Octal | 101 | 252 | 252 | 76 | 0 | 0 | 41 | 264 | 55 | 56 |
| Binary | 1000001 | 10101010 | 10101010 | 111110 | 0 | 0 | 100001 | 10110100 | 101101 | 101110 |
Color Harmonies of #41AAAA
Complementary color
Monochromatic Colors of #41AAAA
Black with #41AAAA
Text Example
Text Example
White with #41AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AAAA; }
p { color: rgb(65,170,170); }
H1.HeaderClassName
{
color: #41AAAA;
}
.AnyTagClassName
{
color: #41AAAA;
}
</style>
background-color css
<style>
a { background-color: #41AAAA; }
a { background-color: rgb(65,170,170); }
div.DivClassName
{
background-color: #41AAAA;
}
.BgClassName
{
background-color: #41AAAA;
}
</style>
border-color css
<style>
span { border-color: #41AAAA; }
span { border-color: rgb(65,170,170); }
td.TdClassName
{
border-color: #41AAAA;
}
.TagClassName
{
border-color: #41AAAA;
}
</style>