Shades of Cadet Blue #61A59B
Tints of Cadet Blue #61A59B
RGB
CMYK
RGB Variations
Color information
#61A59B (or 0x61A59B) is known color: Cadet Blue. HEX triplet: 61, A5 and 9B. RGB value is (97,165,155). Sum of RGB (Red+Green+Blue) = 97+165+155=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #61A59B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A59B is #9E5A64. Grayscale: #8F8F8F. Windows color (decimal): -10377829 or 10200417. OLE color: 10200417.
HSL color Cylindrical-coordinate representation of color #61A59B: hue angle of 171.18º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A59B is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 165 | 155 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.35 |
| HSL | 171.18º | 0.27% | 0.51% | - |
| HSV(B) | 171.18º | 0.41% | 0.65% | - |
| XYZ | 24.3 | 31.82 | 35.87 | - |
| YUV | 143.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 155 | 0.41 | 0 | 0.06 | 0.35 | 171.18 | 0.27 | 0.51 |
| Hex | 61 | A5 | 9B | 29 | 0 | 6 | 23 | AB | 1B | 33 |
| Octal | 141 | 245 | 233 | 51 | 0 | 6 | 43 | 253 | 33 | 63 |
| Binary | 1100001 | 10100101 | 10011011 | 101001 | 0 | 110 | 100011 | 10101011 | 11011 | 110011 |
Color Harmonies of #61A59B
Complementary color
Monochromatic Colors of #61A59B
Black with #61A59B
Text Example
Text Example
White with #61A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A59B; }
p { color: rgb(97,165,155); }
H1.HeaderClassName
{
color: #61A59B;
}
.AnyTagClassName
{
color: #61A59B;
}
</style>
background-color css
<style>
a { background-color: #61A59B; }
a { background-color: rgb(97,165,155); }
div.DivClassName
{
background-color: #61A59B;
}
.BgClassName
{
background-color: #61A59B;
}
</style>
border-color css
<style>
span { border-color: #61A59B; }
span { border-color: rgb(97,165,155); }
td.TdClassName
{
border-color: #61A59B;
}
.TagClassName
{
border-color: #61A59B;
}
</style>