Shades of Cadet Blue #65A097
Tints of Cadet Blue #65A097
RGB
CMYK
RGB Variations
Color information
#65A097 (or 0x65A097) is known color: Cadet Blue. HEX triplet: 65, A0 and 97. RGB value is (101,160,151). Sum of RGB (Red+Green+Blue) = 101+160+151=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 151 (59.38% from 255 or 36.65% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #65A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A097 is #9A5F68. Grayscale: #8D8D8D. Windows color (decimal): -10116969 or 9936997. OLE color: 9936997.
HSL color Cylindrical-coordinate representation of color #65A097: hue angle of 170.85º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A097 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 151 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.37 |
| HSL | 170.85º | 0.24% | 0.51% | - |
| HSV(B) | 170.85º | 0.37% | 0.63% | - |
| XYZ | 23.52 | 30.14 | 33.86 | - |
| YUV | 141.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 151 | 0.37 | 0 | 0.06 | 0.37 | 170.85 | 0.24 | 0.51 |
| Hex | 65 | A0 | 97 | 25 | 0 | 6 | 25 | AB | 18 | 33 |
| Octal | 145 | 240 | 227 | 45 | 0 | 6 | 45 | 253 | 30 | 63 |
| Binary | 1100101 | 10100000 | 10010111 | 100101 | 0 | 110 | 100101 | 10101011 | 11000 | 110011 |
Color Harmonies of #65A097
Complementary color
Monochromatic Colors of #65A097
Black with #65A097
Text Example
Text Example
White with #65A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A097; }
p { color: rgb(101,160,151); }
H1.HeaderClassName
{
color: #65A097;
}
.AnyTagClassName
{
color: #65A097;
}
</style>
background-color css
<style>
a { background-color: #65A097; }
a { background-color: rgb(101,160,151); }
div.DivClassName
{
background-color: #65A097;
}
.BgClassName
{
background-color: #65A097;
}
</style>
border-color css
<style>
span { border-color: #65A097; }
span { border-color: rgb(101,160,151); }
td.TdClassName
{
border-color: #65A097;
}
.TagClassName
{
border-color: #65A097;
}
</style>