Shades of Cadet Blue #47A2A1
Tints of Cadet Blue #47A2A1
RGB
CMYK
RGB Variations
Color information
#47A2A1 (or 0x47A2A1) is known color: Cadet Blue. HEX triplet: 47, A2 and A1. RGB value is (71,162,161). Sum of RGB (Red+Green+Blue) = 71+162+161=394 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.02% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 161 (63.28% from 255 or 40.86% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #47A2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A2A1 is #B85D5E. Grayscale: #868686. Windows color (decimal): -12082527 or 10592839. OLE color: 10592839.
HSL color Cylindrical-coordinate representation of color #47A2A1: hue angle of 179.34º 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 #47A2A1 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 161 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.36 |
| HSL | 179.34º | 0.39% | 0.46% | - |
| HSV(B) | 179.34º | 0.56% | 0.64% | - |
| XYZ | 21.95 | 29.75 | 38.3 | - |
| YUV | 134.68 | 142.85 | 82.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 161 | 0.56 | 0 | 0.01 | 0.36 | 179.34 | 0.39 | 0.46 |
| Hex | 47 | A2 | A1 | 38 | 0 | 1 | 24 | B3 | 27 | 2E |
| Octal | 107 | 242 | 241 | 70 | 0 | 1 | 44 | 263 | 47 | 56 |
| Binary | 1000111 | 10100010 | 10100001 | 111000 | 0 | 1 | 100100 | 10110011 | 100111 | 101110 |
Color Harmonies of #47A2A1
Complementary color
Monochromatic Colors of #47A2A1
Black with #47A2A1
Text Example
Text Example
White with #47A2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A2A1; }
p { color: rgb(71,162,161); }
H1.HeaderClassName
{
color: #47A2A1;
}
.AnyTagClassName
{
color: #47A2A1;
}
</style>
background-color css
<style>
a { background-color: #47A2A1; }
a { background-color: rgb(71,162,161); }
div.DivClassName
{
background-color: #47A2A1;
}
.BgClassName
{
background-color: #47A2A1;
}
</style>
border-color css
<style>
span { border-color: #47A2A1; }
span { border-color: rgb(71,162,161); }
td.TdClassName
{
border-color: #47A2A1;
}
.TagClassName
{
border-color: #47A2A1;
}
</style>