Shades of Cadet Blue #47A8AE
Tints of Cadet Blue #47A8AE
RGB
CMYK
RGB Variations
Color information
#47A8AE (or 0x47A8AE) is known color: Cadet Blue. HEX triplet: 47, A8 and AE. RGB value is (71,168,174). Sum of RGB (Red+Green+Blue) = 71+168+174=413 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.19% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #47A8AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A8AE is #B85751. Grayscale: #8B8B8B. Windows color (decimal): -12080978 or 11446343. OLE color: 11446343.
HSL color Cylindrical-coordinate representation of color #47A8AE: hue angle of 183.5º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #47A8AE is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 168 | 174 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.32 |
| HSL | 183.5º | 0.42% | 0.48% | - |
| HSV(B) | 183.5º | 0.59% | 0.68% | - |
| XYZ | 24.24 | 32.4 | 45.02 | - |
| YUV | 139.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 168 | 174 | 0.59 | 0.03 | 0 | 0.32 | 183.5 | 0.42 | 0.48 |
| Hex | 47 | A8 | AE | 3B | 3 | 0 | 20 | B7 | 2A | 30 |
| Octal | 107 | 250 | 256 | 73 | 3 | 0 | 40 | 267 | 52 | 60 |
| Binary | 1000111 | 10101000 | 10101110 | 111011 | 11 | 0 | 100000 | 10110111 | 101010 | 110000 |
Color Harmonies of #47A8AE
Complementary color
Monochromatic Colors of #47A8AE
Black with #47A8AE
Text Example
Text Example
White with #47A8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A8AE; }
p { color: rgb(71,168,174); }
H1.HeaderClassName
{
color: #47A8AE;
}
.AnyTagClassName
{
color: #47A8AE;
}
</style>
background-color css
<style>
a { background-color: #47A8AE; }
a { background-color: rgb(71,168,174); }
div.DivClassName
{
background-color: #47A8AE;
}
.BgClassName
{
background-color: #47A8AE;
}
</style>
border-color css
<style>
span { border-color: #47A8AE; }
span { border-color: rgb(71,168,174); }
td.TdClassName
{
border-color: #47A8AE;
}
.TagClassName
{
border-color: #47A8AE;
}
</style>