Shades of Cadet Blue #62A498
Tints of Cadet Blue #62A498
RGB
CMYK
RGB Variations
Color information
#62A498 (or 0x62A498) is known color: Cadet Blue. HEX triplet: 62, A4 and 98. RGB value is (98,164,152). Sum of RGB (Red+Green+Blue) = 98+164+152=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #62A498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A498 is #9D5B67. Grayscale: #8E8E8E. Windows color (decimal): -10312552 or 10003554. OLE color: 10003554.
HSL color Cylindrical-coordinate representation of color #62A498: hue angle of 169.09º 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 #62A498 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 164 | 152 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.36 |
| HSL | 169.09º | 0.27% | 0.51% | - |
| HSV(B) | 169.09º | 0.4% | 0.64% | - |
| XYZ | 23.98 | 31.41 | 34.51 | - |
| YUV | 142.9 | 133.13 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 164 | 152 | 0.40 | 0 | 0.07 | 0.36 | 169.09 | 0.27 | 0.51 |
| Hex | 62 | A4 | 98 | 28 | 0 | 7 | 24 | A9 | 1B | 33 |
| Octal | 142 | 244 | 230 | 50 | 0 | 7 | 44 | 251 | 33 | 63 |
| Binary | 1100010 | 10100100 | 10011000 | 101000 | 0 | 111 | 100100 | 10101001 | 11011 | 110011 |
Color Harmonies of #62A498
Complementary color
Monochromatic Colors of #62A498
Black with #62A498
Text Example
Text Example
White with #62A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A498; }
p { color: rgb(98,164,152); }
H1.HeaderClassName
{
color: #62A498;
}
.AnyTagClassName
{
color: #62A498;
}
</style>
background-color css
<style>
a { background-color: #62A498; }
a { background-color: rgb(98,164,152); }
div.DivClassName
{
background-color: #62A498;
}
.BgClassName
{
background-color: #62A498;
}
</style>
border-color css
<style>
span { border-color: #62A498; }
span { border-color: rgb(98,164,152); }
td.TdClassName
{
border-color: #62A498;
}
.TagClassName
{
border-color: #62A498;
}
</style>