Shades of Cadet Blue #62A19F
Tints of Cadet Blue #62A19F
RGB
CMYK
RGB Variations
Color information
#62A19F (or 0x62A19F) is known color: Cadet Blue. HEX triplet: 62, A1 and 9F. RGB value is (98,161,159). Sum of RGB (Red+Green+Blue) = 98+161+159=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #62A19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A19F is #9D5E60. Grayscale: #8D8D8D. Windows color (decimal): -10313313 or 10461538. OLE color: 10461538.
HSL color Cylindrical-coordinate representation of color #62A19F: hue angle of 178.1º 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 #62A19F is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 161 | 159 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.37 |
| HSL | 178.1º | 0.25% | 0.51% | - |
| HSV(B) | 178.1º | 0.39% | 0.63% | - |
| XYZ | 24.04 | 30.59 | 37.44 | - |
| YUV | 141.94 | 137.63 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 159 | 0.39 | 0 | 0.01 | 0.37 | 178.1 | 0.25 | 0.51 |
| Hex | 62 | A1 | 9F | 27 | 0 | 1 | 25 | B2 | 19 | 33 |
| Octal | 142 | 241 | 237 | 47 | 0 | 1 | 45 | 262 | 31 | 63 |
| Binary | 1100010 | 10100001 | 10011111 | 100111 | 0 | 1 | 100101 | 10110010 | 11001 | 110011 |
Color Harmonies of #62A19F
Complementary color
Monochromatic Colors of #62A19F
Black with #62A19F
Text Example
Text Example
White with #62A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A19F; }
p { color: rgb(98,161,159); }
H1.HeaderClassName
{
color: #62A19F;
}
.AnyTagClassName
{
color: #62A19F;
}
</style>
background-color css
<style>
a { background-color: #62A19F; }
a { background-color: rgb(98,161,159); }
div.DivClassName
{
background-color: #62A19F;
}
.BgClassName
{
background-color: #62A19F;
}
</style>
border-color css
<style>
span { border-color: #62A19F; }
span { border-color: rgb(98,161,159); }
td.TdClassName
{
border-color: #62A19F;
}
.TagClassName
{
border-color: #62A19F;
}
</style>