Shades of Cadet Blue #61A1AB
Tints of Cadet Blue #61A1AB
RGB
CMYK
RGB Variations
Color information
#61A1AB (or 0x61A1AB) is known color: Cadet Blue. HEX triplet: 61, A1 and AB. RGB value is (97,161,171). Sum of RGB (Red+Green+Blue) = 97+161+171=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #61A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A1AB is #9E5E54. Grayscale: #8E8E8E. Windows color (decimal): -10378837 or 11247969. OLE color: 11247969.
HSL color Cylindrical-coordinate representation of color #61A1AB: hue angle of 188.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61A1AB is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 161 | 171 | - |
| CMYK | 0.43 | 0.06 | 0 | 0.33 |
| HSL | 188.11º | 0.31% | 0.53% | - |
| HSV(B) | 188.11º | 0.43% | 0.67% | - |
| XYZ | 25.03 | 30.97 | 43.19 | - |
| YUV | 143 | 143.8 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 171 | 0.43 | 0.06 | 0 | 0.33 | 188.11 | 0.31 | 0.53 |
| Hex | 61 | A1 | AB | 2B | 6 | 0 | 21 | BC | 1F | 35 |
| Octal | 141 | 241 | 253 | 53 | 6 | 0 | 41 | 274 | 37 | 65 |
| Binary | 1100001 | 10100001 | 10101011 | 101011 | 110 | 0 | 100001 | 10111100 | 11111 | 110101 |
Color Harmonies of #61A1AB
Complementary color
Monochromatic Colors of #61A1AB
Black with #61A1AB
Text Example
Text Example
White with #61A1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A1AB; }
p { color: rgb(97,161,171); }
H1.HeaderClassName
{
color: #61A1AB;
}
.AnyTagClassName
{
color: #61A1AB;
}
</style>
background-color css
<style>
a { background-color: #61A1AB; }
a { background-color: rgb(97,161,171); }
div.DivClassName
{
background-color: #61A1AB;
}
.BgClassName
{
background-color: #61A1AB;
}
</style>
border-color css
<style>
span { border-color: #61A1AB; }
span { border-color: rgb(97,161,171); }
td.TdClassName
{
border-color: #61A1AB;
}
.TagClassName
{
border-color: #61A1AB;
}
</style>