Shades of Cadet Blue #41A8AA
Tints of Cadet Blue #41A8AA
RGB
CMYK
RGB Variations
Color information
#41A8AA (or 0x41A8AA) is known color: Cadet Blue. HEX triplet: 41, A8 and AA. RGB value is (65,168,170). Sum of RGB (Red+Green+Blue) = 65+168+170=403 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.13% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #41A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A8AA is #BE5755. Grayscale: #898989. Windows color (decimal): -12474198 or 11184193. OLE color: 11184193.
HSL color Cylindrical-coordinate representation of color #41A8AA: hue angle of 181.14º 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 #41A8AA is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 168 | 170 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.33 |
| HSL | 181.14º | 0.45% | 0.46% | - |
| HSV(B) | 181.14º | 0.62% | 0.67% | - |
| XYZ | 23.44 | 32.03 | 42.98 | - |
| YUV | 137.43 | 146.38 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 170 | 0.62 | 0.01 | 0 | 0.33 | 181.14 | 0.45 | 0.46 |
| Hex | 41 | A8 | AA | 3E | 1 | 0 | 21 | B5 | 2D | 2E |
| Octal | 101 | 250 | 252 | 76 | 1 | 0 | 41 | 265 | 55 | 56 |
| Binary | 1000001 | 10101000 | 10101010 | 111110 | 1 | 0 | 100001 | 10110101 | 101101 | 101110 |
Color Harmonies of #41A8AA
Complementary color
Monochromatic Colors of #41A8AA
Black with #41A8AA
Text Example
Text Example
White with #41A8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A8AA; }
p { color: rgb(65,168,170); }
H1.HeaderClassName
{
color: #41A8AA;
}
.AnyTagClassName
{
color: #41A8AA;
}
</style>
background-color css
<style>
a { background-color: #41A8AA; }
a { background-color: rgb(65,168,170); }
div.DivClassName
{
background-color: #41A8AA;
}
.BgClassName
{
background-color: #41A8AA;
}
</style>
border-color css
<style>
span { border-color: #41A8AA; }
span { border-color: rgb(65,168,170); }
td.TdClassName
{
border-color: #41A8AA;
}
.TagClassName
{
border-color: #41A8AA;
}
</style>