Shades of Cadet Blue #62A49F
Tints of Cadet Blue #62A49F
RGB
CMYK
RGB Variations
Color information
#62A49F (or 0x62A49F) is known color: Cadet Blue. HEX triplet: 62, A4 and 9F. RGB value is (98,164,159). Sum of RGB (Red+Green+Blue) = 98+164+159=421 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.28% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 164 - color contains mainly: green. Hex color #62A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A49F is #9D5B60. Grayscale: #8F8F8F. Windows color (decimal): -10312545 or 10462306. OLE color: 10462306.
HSL color Cylindrical-coordinate representation of color #62A49F: hue angle of 175.45º 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 #62A49F is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 164 | 159 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.36 |
| HSL | 175.45º | 0.27% | 0.51% | - |
| HSV(B) | 175.45º | 0.4% | 0.64% | - |
| XYZ | 24.57 | 31.65 | 37.62 | - |
| YUV | 143.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 164 | 159 | 0.40 | 0 | 0.03 | 0.36 | 175.45 | 0.27 | 0.51 |
| Hex | 62 | A4 | 9F | 28 | 0 | 3 | 24 | AF | 1B | 33 |
| Octal | 142 | 244 | 237 | 50 | 0 | 3 | 44 | 257 | 33 | 63 |
| Binary | 1100010 | 10100100 | 10011111 | 101000 | 0 | 11 | 100100 | 10101111 | 11011 | 110011 |
Color Harmonies of #62A49F
Complementary color
Monochromatic Colors of #62A49F
Black with #62A49F
Text Example
Text Example
White with #62A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A49F; }
p { color: rgb(98,164,159); }
H1.HeaderClassName
{
color: #62A49F;
}
.AnyTagClassName
{
color: #62A49F;
}
</style>
background-color css
<style>
a { background-color: #62A49F; }
a { background-color: rgb(98,164,159); }
div.DivClassName
{
background-color: #62A49F;
}
.BgClassName
{
background-color: #62A49F;
}
</style>
border-color css
<style>
span { border-color: #62A49F; }
span { border-color: rgb(98,164,159); }
td.TdClassName
{
border-color: #62A49F;
}
.TagClassName
{
border-color: #62A49F;
}
</style>