Shades of Cadet Blue #41A8AB
Tints of Cadet Blue #41A8AB
RGB
CMYK
RGB Variations
Color information
#41A8AB (or 0x41A8AB) is known color: Cadet Blue. HEX triplet: 41, A8 and AB. RGB value is (65,168,171). Sum of RGB (Red+Green+Blue) = 65+168+171=404 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.09% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #41A8AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A8AB is #BE5754. Grayscale: #898989. Windows color (decimal): -12474197 or 11249729. OLE color: 11249729.
HSL color Cylindrical-coordinate representation of color #41A8AB: hue angle of 181.7º 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 #41A8AB is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 168 | 171 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.33 |
| HSL | 181.7º | 0.45% | 0.46% | - |
| HSV(B) | 181.7º | 0.62% | 0.67% | - |
| XYZ | 23.53 | 32.07 | 43.48 | - |
| YUV | 137.55 | 146.88 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 168 | 171 | 0.62 | 0.02 | 0 | 0.33 | 181.7 | 0.45 | 0.46 |
| Hex | 41 | A8 | AB | 3E | 2 | 0 | 21 | B6 | 2D | 2E |
| Octal | 101 | 250 | 253 | 76 | 2 | 0 | 41 | 266 | 55 | 56 |
| Binary | 1000001 | 10101000 | 10101011 | 111110 | 10 | 0 | 100001 | 10110110 | 101101 | 101110 |
Color Harmonies of #41A8AB
Complementary color
Monochromatic Colors of #41A8AB
Black with #41A8AB
Text Example
Text Example
White with #41A8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A8AB; }
p { color: rgb(65,168,171); }
H1.HeaderClassName
{
color: #41A8AB;
}
.AnyTagClassName
{
color: #41A8AB;
}
</style>
background-color css
<style>
a { background-color: #41A8AB; }
a { background-color: rgb(65,168,171); }
div.DivClassName
{
background-color: #41A8AB;
}
.BgClassName
{
background-color: #41A8AB;
}
</style>
border-color css
<style>
span { border-color: #41A8AB; }
span { border-color: rgb(65,168,171); }
td.TdClassName
{
border-color: #41A8AB;
}
.TagClassName
{
border-color: #41A8AB;
}
</style>