Shades of Cadet Blue #62A49D
Tints of Cadet Blue #62A49D
RGB
CMYK
RGB Variations
Color information
#62A49D (or 0x62A49D) is known color: Cadet Blue. HEX triplet: 62, A4 and 9D. RGB value is (98,164,157). Sum of RGB (Red+Green+Blue) = 98+164+157=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 164 - color contains mainly: green. Hex color #62A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A49D is #9D5B62. Grayscale: #8F8F8F. Windows color (decimal): -10312547 or 10331234. OLE color: 10331234.
HSL color Cylindrical-coordinate representation of color #62A49D: hue angle of 173.64º degrees, saturation: 0.27, 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 #62A49D is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 164 | 157 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.36 |
| HSL | 173.64º | 0.27% | 0.51% | - |
| HSV(B) | 173.64º | 0.4% | 0.64% | - |
| XYZ | 24.4 | 31.58 | 36.71 | - |
| YUV | 143.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 164 | 157 | 0.40 | 0 | 0.04 | 0.36 | 173.64 | 0.27 | 0.51 |
| Hex | 62 | A4 | 9D | 28 | 0 | 4 | 24 | AE | 1B | 33 |
| Octal | 142 | 244 | 235 | 50 | 0 | 4 | 44 | 256 | 33 | 63 |
| Binary | 1100010 | 10100100 | 10011101 | 101000 | 0 | 100 | 100100 | 10101110 | 11011 | 110011 |
Color Harmonies of #62A49D
Complementary color
Monochromatic Colors of #62A49D
Black with #62A49D
Text Example
Text Example
White with #62A49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A49D; }
p { color: rgb(98,164,157); }
H1.HeaderClassName
{
color: #62A49D;
}
.AnyTagClassName
{
color: #62A49D;
}
</style>
background-color css
<style>
a { background-color: #62A49D; }
a { background-color: rgb(98,164,157); }
div.DivClassName
{
background-color: #62A49D;
}
.BgClassName
{
background-color: #62A49D;
}
</style>
border-color css
<style>
span { border-color: #62A49D; }
span { border-color: rgb(98,164,157); }
td.TdClassName
{
border-color: #62A49D;
}
.TagClassName
{
border-color: #62A49D;
}
</style>