Shades of Cadet Blue #41AAA7
Tints of Cadet Blue #41AAA7
RGB
CMYK
RGB Variations
Color information
#41AAA7 (or 0x41AAA7) is known color: Cadet Blue. HEX triplet: 41, AA and A7. RGB value is (65,170,167). Sum of RGB (Red+Green+Blue) = 65+170+167=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #41AAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41AAA7 is #BE5558. Grayscale: #8A8A8A. Windows color (decimal): -12473689 or 10988097. OLE color: 10988097.
HSL color Cylindrical-coordinate representation of color #41AAA7: hue angle of 178.29º 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 #41AAA7 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 167 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.33 |
| HSL | 178.29º | 0.45% | 0.46% | - |
| HSV(B) | 178.29º | 0.62% | 0.67% | - |
| XYZ | 23.53 | 32.66 | 41.62 | - |
| YUV | 138.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 167 | 0.62 | 0 | 0.02 | 0.33 | 178.29 | 0.45 | 0.46 |
| Hex | 41 | AA | A7 | 3E | 0 | 2 | 21 | B2 | 2D | 2E |
| Octal | 101 | 252 | 247 | 76 | 0 | 2 | 41 | 262 | 55 | 56 |
| Binary | 1000001 | 10101010 | 10100111 | 111110 | 0 | 10 | 100001 | 10110010 | 101101 | 101110 |
Color Harmonies of #41AAA7
Complementary color
Monochromatic Colors of #41AAA7
Black with #41AAA7
Text Example
Text Example
White with #41AAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AAA7; }
p { color: rgb(65,170,167); }
H1.HeaderClassName
{
color: #41AAA7;
}
.AnyTagClassName
{
color: #41AAA7;
}
</style>
background-color css
<style>
a { background-color: #41AAA7; }
a { background-color: rgb(65,170,167); }
div.DivClassName
{
background-color: #41AAA7;
}
.BgClassName
{
background-color: #41AAA7;
}
</style>
border-color css
<style>
span { border-color: #41AAA7; }
span { border-color: rgb(65,170,167); }
td.TdClassName
{
border-color: #41AAA7;
}
.TagClassName
{
border-color: #41AAA7;
}
</style>