Shades of Cadet Blue #47A0A3
Tints of Cadet Blue #47A0A3
RGB
CMYK
RGB Variations
Color information
#47A0A3 (or 0x47A0A3) is known color: Cadet Blue. HEX triplet: 47, A0 and A3. RGB value is (71,160,163). Sum of RGB (Red+Green+Blue) = 71+160+163=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 163 - color contains mainly: blue. Hex color #47A0A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A0A3 is #B85F5C. Grayscale: #858585. Windows color (decimal): -12083037 or 10723399. OLE color: 10723399.
HSL color Cylindrical-coordinate representation of color #47A0A3: hue angle of 181.96º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A0A3 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 160 | 163 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.36 |
| HSL | 181.96º | 0.39% | 0.46% | - |
| HSV(B) | 181.96º | 0.56% | 0.64% | - |
| XYZ | 21.78 | 29.13 | 39.12 | - |
| YUV | 133.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 160 | 163 | 0.56 | 0.02 | 0 | 0.36 | 181.96 | 0.39 | 0.46 |
| Hex | 47 | A0 | A3 | 38 | 2 | 0 | 24 | B6 | 27 | 2E |
| Octal | 107 | 240 | 243 | 70 | 2 | 0 | 44 | 266 | 47 | 56 |
| Binary | 1000111 | 10100000 | 10100011 | 111000 | 10 | 0 | 100100 | 10110110 | 100111 | 101110 |
Color Harmonies of #47A0A3
Complementary color
Monochromatic Colors of #47A0A3
Black with #47A0A3
Text Example
Text Example
White with #47A0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A0A3; }
p { color: rgb(71,160,163); }
H1.HeaderClassName
{
color: #47A0A3;
}
.AnyTagClassName
{
color: #47A0A3;
}
</style>
background-color css
<style>
a { background-color: #47A0A3; }
a { background-color: rgb(71,160,163); }
div.DivClassName
{
background-color: #47A0A3;
}
.BgClassName
{
background-color: #47A0A3;
}
</style>
border-color css
<style>
span { border-color: #47A0A3; }
span { border-color: rgb(71,160,163); }
td.TdClassName
{
border-color: #47A0A3;
}
.TagClassName
{
border-color: #47A0A3;
}
</style>