Shades of Cadet Blue #61A8A5
Tints of Cadet Blue #61A8A5
RGB
CMYK
RGB Variations
Color information
#61A8A5 (or 0x61A8A5) is known color: Cadet Blue. HEX triplet: 61, A8 and A5. RGB value is (97,168,165). Sum of RGB (Red+Green+Blue) = 97+168+165=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 168 - color contains mainly: green. Hex color #61A8A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A8A5 is #9E575A. Grayscale: #929292. Windows color (decimal): -10377051 or 10856545. OLE color: 10856545.
HSL color Cylindrical-coordinate representation of color #61A8A5: hue angle of 177.46º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A8A5 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 168 | 165 | - |
| CMYK | 0.42 | 0 | 0.02 | 0.34 |
| HSL | 177.46º | 0.29% | 0.52% | - |
| HSV(B) | 177.46º | 0.42% | 0.66% | - |
| XYZ | 25.72 | 33.26 | 40.66 | - |
| YUV | 146.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 165 | 0.42 | 0 | 0.02 | 0.34 | 177.46 | 0.29 | 0.52 |
| Hex | 61 | A8 | A5 | 2A | 0 | 2 | 22 | B1 | 1D | 34 |
| Octal | 141 | 250 | 245 | 52 | 0 | 2 | 42 | 261 | 35 | 64 |
| Binary | 1100001 | 10101000 | 10100101 | 101010 | 0 | 10 | 100010 | 10110001 | 11101 | 110100 |
Color Harmonies of #61A8A5
Complementary color
Monochromatic Colors of #61A8A5
Black with #61A8A5
Text Example
Text Example
White with #61A8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8A5; }
p { color: rgb(97,168,165); }
H1.HeaderClassName
{
color: #61A8A5;
}
.AnyTagClassName
{
color: #61A8A5;
}
</style>
background-color css
<style>
a { background-color: #61A8A5; }
a { background-color: rgb(97,168,165); }
div.DivClassName
{
background-color: #61A8A5;
}
.BgClassName
{
background-color: #61A8A5;
}
</style>
border-color css
<style>
span { border-color: #61A8A5; }
span { border-color: rgb(97,168,165); }
td.TdClassName
{
border-color: #61A8A5;
}
.TagClassName
{
border-color: #61A8A5;
}
</style>