Shades of Cadet Blue #65A09C
Tints of Cadet Blue #65A09C
RGB
CMYK
RGB Variations
Color information
#65A09C (or 0x65A09C) is known color: Cadet Blue. HEX triplet: 65, A0 and 9C. RGB value is (101,160,156). Sum of RGB (Red+Green+Blue) = 101+160+156=417 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.22% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #65A09C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A09C is #9A5F63. Grayscale: #8D8D8D. Windows color (decimal): -10116964 or 10264677. OLE color: 10264677.
HSL color Cylindrical-coordinate representation of color #65A09C: hue angle of 175.93º 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 #65A09C is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 160 | 156 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.37 |
| HSL | 175.93º | 0.24% | 0.51% | - |
| HSV(B) | 175.93º | 0.37% | 0.63% | - |
| XYZ | 23.94 | 30.31 | 36.04 | - |
| YUV | 141.9 | 135.95 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 160 | 156 | 0.37 | 0 | 0.02 | 0.37 | 175.93 | 0.24 | 0.51 |
| Hex | 65 | A0 | 9C | 25 | 0 | 2 | 25 | B0 | 18 | 33 |
| Octal | 145 | 240 | 234 | 45 | 0 | 2 | 45 | 260 | 30 | 63 |
| Binary | 1100101 | 10100000 | 10011100 | 100101 | 0 | 10 | 100101 | 10110000 | 11000 | 110011 |
Color Harmonies of #65A09C
Complementary color
Monochromatic Colors of #65A09C
Black with #65A09C
Text Example
Text Example
White with #65A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A09C; }
p { color: rgb(101,160,156); }
H1.HeaderClassName
{
color: #65A09C;
}
.AnyTagClassName
{
color: #65A09C;
}
</style>
background-color css
<style>
a { background-color: #65A09C; }
a { background-color: rgb(101,160,156); }
div.DivClassName
{
background-color: #65A09C;
}
.BgClassName
{
background-color: #65A09C;
}
</style>
border-color css
<style>
span { border-color: #65A09C; }
span { border-color: rgb(101,160,156); }
td.TdClassName
{
border-color: #65A09C;
}
.TagClassName
{
border-color: #65A09C;
}
</style>