Shades of Cadet Blue #65A39A
Tints of Cadet Blue #65A39A
RGB
CMYK
RGB Variations
Color information
#65A39A (or 0x65A39A) is known color: Cadet Blue. HEX triplet: 65, A3 and 9A. RGB value is (101,163,154). Sum of RGB (Red+Green+Blue) = 101+163+154=418 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.16% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 163 - color contains mainly: green. Hex color #65A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A39A is #9A5C65. Grayscale: #8F8F8F. Windows color (decimal): -10116198 or 10134373. OLE color: 10134373.
HSL color Cylindrical-coordinate representation of color #65A39A: hue angle of 171.29º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A39A is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 154 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.36 |
| HSL | 171.29º | 0.25% | 0.52% | - |
| HSV(B) | 171.29º | 0.38% | 0.64% | - |
| XYZ | 24.3 | 31.29 | 35.33 | - |
| YUV | 143.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 154 | 0.38 | 0 | 0.06 | 0.36 | 171.29 | 0.25 | 0.52 |
| Hex | 65 | A3 | 9A | 26 | 0 | 6 | 24 | AB | 19 | 34 |
| Octal | 145 | 243 | 232 | 46 | 0 | 6 | 44 | 253 | 31 | 64 |
| Binary | 1100101 | 10100011 | 10011010 | 100110 | 0 | 110 | 100100 | 10101011 | 11001 | 110100 |
Color Harmonies of #65A39A
Complementary color
Monochromatic Colors of #65A39A
Black with #65A39A
Text Example
Text Example
White with #65A39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A39A; }
p { color: rgb(101,163,154); }
H1.HeaderClassName
{
color: #65A39A;
}
.AnyTagClassName
{
color: #65A39A;
}
</style>
background-color css
<style>
a { background-color: #65A39A; }
a { background-color: rgb(101,163,154); }
div.DivClassName
{
background-color: #65A39A;
}
.BgClassName
{
background-color: #65A39A;
}
</style>
border-color css
<style>
span { border-color: #65A39A; }
span { border-color: rgb(101,163,154); }
td.TdClassName
{
border-color: #65A39A;
}
.TagClassName
{
border-color: #65A39A;
}
</style>