Shades of Cadet Blue #62A097
Tints of Cadet Blue #62A097
RGB
CMYK
RGB Variations
Color information
#62A097 (or 0x62A097) is known color: Cadet Blue. HEX triplet: 62, A0 and 97. RGB value is (98,160,151). Sum of RGB (Red+Green+Blue) = 98+160+151=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #62A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A097 is #9D5F68. Grayscale: #8C8C8C. Windows color (decimal): -10313577 or 9936994. OLE color: 9936994.
HSL color Cylindrical-coordinate representation of color #62A097: hue angle of 171.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A097 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 160 | 151 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.37 |
| HSL | 171.29º | 0.25% | 0.51% | - |
| HSV(B) | 171.29º | 0.39% | 0.63% | - |
| XYZ | 23.19 | 29.97 | 33.84 | - |
| YUV | 140.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 151 | 0.39 | 0 | 0.06 | 0.37 | 171.29 | 0.25 | 0.51 |
| Hex | 62 | A0 | 97 | 27 | 0 | 6 | 25 | AB | 19 | 33 |
| Octal | 142 | 240 | 227 | 47 | 0 | 6 | 45 | 253 | 31 | 63 |
| Binary | 1100010 | 10100000 | 10010111 | 100111 | 0 | 110 | 100101 | 10101011 | 11001 | 110011 |
Color Harmonies of #62A097
Complementary color
Monochromatic Colors of #62A097
Black with #62A097
Text Example
Text Example
White with #62A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A097; }
p { color: rgb(98,160,151); }
H1.HeaderClassName
{
color: #62A097;
}
.AnyTagClassName
{
color: #62A097;
}
</style>
background-color css
<style>
a { background-color: #62A097; }
a { background-color: rgb(98,160,151); }
div.DivClassName
{
background-color: #62A097;
}
.BgClassName
{
background-color: #62A097;
}
</style>
border-color css
<style>
span { border-color: #62A097; }
span { border-color: rgb(98,160,151); }
td.TdClassName
{
border-color: #62A097;
}
.TagClassName
{
border-color: #62A097;
}
</style>