Shades of Cadet Blue #61A09F
Tints of Cadet Blue #61A09F
RGB
CMYK
RGB Variations
Color information
#61A09F (or 0x61A09F) is known color: Cadet Blue. HEX triplet: 61, A0 and 9F. RGB value is (97,160,159). Sum of RGB (Red+Green+Blue) = 97+160+159=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 160 - color contains mainly: green. Hex color #61A09F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A09F is #9E5F60. Grayscale: #8C8C8C. Windows color (decimal): -10379105 or 10461281. OLE color: 10461281.
HSL color Cylindrical-coordinate representation of color #61A09F: hue angle of 179.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61A09F is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 97 | 160 | 159 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.37 |
| HSL | 179.05º | 0.25% | 0.5% | - |
| HSV(B) | 179.05º | 0.39% | 0.63% | - |
| XYZ | 23.76 | 30.19 | 37.38 | - |
| YUV | 141.05 | 138.13 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 159 | 0.39 | 0 | 0.01 | 0.37 | 179.05 | 0.25 | 0.5 |
| Hex | 61 | A0 | 9F | 27 | 0 | 1 | 25 | B3 | 19 | 32 |
| Octal | 141 | 240 | 237 | 47 | 0 | 1 | 45 | 263 | 31 | 62 |
| Binary | 1100001 | 10100000 | 10011111 | 100111 | 0 | 1 | 100101 | 10110011 | 11001 | 110010 |
Color Harmonies of #61A09F
Complementary color
Monochromatic Colors of #61A09F
Black with #61A09F
Text Example
Text Example
White with #61A09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A09F; }
p { color: rgb(97,160,159); }
H1.HeaderClassName
{
color: #61A09F;
}
.AnyTagClassName
{
color: #61A09F;
}
</style>
background-color css
<style>
a { background-color: #61A09F; }
a { background-color: rgb(97,160,159); }
div.DivClassName
{
background-color: #61A09F;
}
.BgClassName
{
background-color: #61A09F;
}
</style>
border-color css
<style>
span { border-color: #61A09F; }
span { border-color: rgb(97,160,159); }
td.TdClassName
{
border-color: #61A09F;
}
.TagClassName
{
border-color: #61A09F;
}
</style>