Shades of Cadet Blue #61A39B
Tints of Cadet Blue #61A39B
RGB
CMYK
RGB Variations
Color information
#61A39B (or 0x61A39B) is known color: Cadet Blue. HEX triplet: 61, A3 and 9B. RGB value is (97,163,155). Sum of RGB (Red+Green+Blue) = 97+163+155=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 163 - color contains mainly: green. Hex color #61A39B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A39B is #9E5C64. Grayscale: #8E8E8E. Windows color (decimal): -10378341 or 10199905. OLE color: 10199905.
HSL color Cylindrical-coordinate representation of color #61A39B: hue angle of 172.73º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A39B is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 163 | 155 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.36 |
| HSL | 172.73º | 0.26% | 0.51% | - |
| HSV(B) | 172.73º | 0.4% | 0.64% | - |
| XYZ | 23.94 | 31.1 | 35.75 | - |
| YUV | 142.35 | 135.13 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 155 | 0.40 | 0 | 0.05 | 0.36 | 172.73 | 0.26 | 0.51 |
| Hex | 61 | A3 | 9B | 28 | 0 | 5 | 24 | AD | 1A | 33 |
| Octal | 141 | 243 | 233 | 50 | 0 | 5 | 44 | 255 | 32 | 63 |
| Binary | 1100001 | 10100011 | 10011011 | 101000 | 0 | 101 | 100100 | 10101101 | 11010 | 110011 |
Color Harmonies of #61A39B
Complementary color
Monochromatic Colors of #61A39B
Black with #61A39B
Text Example
Text Example
White with #61A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A39B; }
p { color: rgb(97,163,155); }
H1.HeaderClassName
{
color: #61A39B;
}
.AnyTagClassName
{
color: #61A39B;
}
</style>
background-color css
<style>
a { background-color: #61A39B; }
a { background-color: rgb(97,163,155); }
div.DivClassName
{
background-color: #61A39B;
}
.BgClassName
{
background-color: #61A39B;
}
</style>
border-color css
<style>
span { border-color: #61A39B; }
span { border-color: rgb(97,163,155); }
td.TdClassName
{
border-color: #61A39B;
}
.TagClassName
{
border-color: #61A39B;
}
</style>