Shades of Cadet Blue #65A3A1
Tints of Cadet Blue #65A3A1
RGB
CMYK
RGB Variations
Color information
#65A3A1 (or 0x65A3A1) is known color: Cadet Blue. HEX triplet: 65, A3 and A1. RGB value is (101,163,161). Sum of RGB (Red+Green+Blue) = 101+163+161=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #65A3A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A3A1 is #9A5C5E. Grayscale: #909090. Windows color (decimal): -10116191 or 10593125. OLE color: 10593125.
HSL color Cylindrical-coordinate representation of color #65A3A1: hue angle of 178.06º 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 #65A3A1 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 161 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.36 |
| HSL | 178.06º | 0.25% | 0.52% | - |
| HSV(B) | 178.06º | 0.38% | 0.64% | - |
| XYZ | 24.9 | 31.53 | 38.49 | - |
| YUV | 144.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 161 | 0.38 | 0 | 0.01 | 0.36 | 178.06 | 0.25 | 0.52 |
| Hex | 65 | A3 | A1 | 26 | 0 | 1 | 24 | B2 | 19 | 34 |
| Octal | 145 | 243 | 241 | 46 | 0 | 1 | 44 | 262 | 31 | 64 |
| Binary | 1100101 | 10100011 | 10100001 | 100110 | 0 | 1 | 100100 | 10110010 | 11001 | 110100 |
Color Harmonies of #65A3A1
Complementary color
Monochromatic Colors of #65A3A1
Black with #65A3A1
Text Example
Text Example
White with #65A3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A3A1; }
p { color: rgb(101,163,161); }
H1.HeaderClassName
{
color: #65A3A1;
}
.AnyTagClassName
{
color: #65A3A1;
}
</style>
background-color css
<style>
a { background-color: #65A3A1; }
a { background-color: rgb(101,163,161); }
div.DivClassName
{
background-color: #65A3A1;
}
.BgClassName
{
background-color: #65A3A1;
}
</style>
border-color css
<style>
span { border-color: #65A3A1; }
span { border-color: rgb(101,163,161); }
td.TdClassName
{
border-color: #65A3A1;
}
.TagClassName
{
border-color: #65A3A1;
}
</style>