Shades of Cadet Blue #47A2A0
Tints of Cadet Blue #47A2A0
RGB
CMYK
RGB Variations
Color information
#47A2A0 (or 0x47A2A0) is known color: Cadet Blue. HEX triplet: 47, A2 and A0. RGB value is (71,162,160). Sum of RGB (Red+Green+Blue) = 71+162+160=393 (52% of max value = 765). Red value is 71 (28.12% from 255 or 18.07% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #47A2A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A2A0 is #B85D5F. Grayscale: #868686. Windows color (decimal): -12082528 or 10527303. OLE color: 10527303.
HSL color Cylindrical-coordinate representation of color #47A2A0: hue angle of 178.68º 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 #47A2A0 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 71 | 162 | 160 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.36 |
| HSL | 178.68º | 0.39% | 0.46% | - |
| HSV(B) | 178.68º | 0.56% | 0.64% | - |
| XYZ | 21.86 | 29.72 | 37.84 | - |
| YUV | 134.56 | 142.35 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 162 | 160 | 0.56 | 0 | 0.01 | 0.36 | 178.68 | 0.39 | 0.46 |
| Hex | 47 | A2 | A0 | 38 | 0 | 1 | 24 | B3 | 27 | 2E |
| Octal | 107 | 242 | 240 | 70 | 0 | 1 | 44 | 263 | 47 | 56 |
| Binary | 1000111 | 10100010 | 10100000 | 111000 | 0 | 1 | 100100 | 10110011 | 100111 | 101110 |
Color Harmonies of #47A2A0
Complementary color
Monochromatic Colors of #47A2A0
Black with #47A2A0
Text Example
Text Example
White with #47A2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47A2A0; }
p { color: rgb(71,162,160); }
H1.HeaderClassName
{
color: #47A2A0;
}
.AnyTagClassName
{
color: #47A2A0;
}
</style>
background-color css
<style>
a { background-color: #47A2A0; }
a { background-color: rgb(71,162,160); }
div.DivClassName
{
background-color: #47A2A0;
}
.BgClassName
{
background-color: #47A2A0;
}
</style>
border-color css
<style>
span { border-color: #47A2A0; }
span { border-color: rgb(71,162,160); }
td.TdClassName
{
border-color: #47A2A0;
}
.TagClassName
{
border-color: #47A2A0;
}
</style>