Shades of Cadet Blue #67A299
Tints of Cadet Blue #67A299
RGB
CMYK
RGB Variations
Color information
#67A299 (or 0x67A299) is known color: Cadet Blue. HEX triplet: 67, A2 and 99. RGB value is (103,162,153). Sum of RGB (Red+Green+Blue) = 103+162+153=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 162 - color contains mainly: green. Hex color #67A299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A299 is #985D66. Grayscale: #8F8F8F. Windows color (decimal): -9985383 or 10068583. OLE color: 10068583.
HSL color Cylindrical-coordinate representation of color #67A299: hue angle of 170.85º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67A299 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 162 | 153 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.36 |
| HSL | 170.85º | 0.24% | 0.52% | - |
| HSV(B) | 170.85º | 0.36% | 0.64% | - |
| XYZ | 24.26 | 31.02 | 34.85 | - |
| YUV | 143.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 162 | 153 | 0.36 | 0 | 0.06 | 0.36 | 170.85 | 0.24 | 0.52 |
| Hex | 67 | A2 | 99 | 24 | 0 | 6 | 24 | AB | 18 | 34 |
| Octal | 147 | 242 | 231 | 44 | 0 | 6 | 44 | 253 | 30 | 64 |
| Binary | 1100111 | 10100010 | 10011001 | 100100 | 0 | 110 | 100100 | 10101011 | 11000 | 110100 |
Color Harmonies of #67A299
Complementary color
Monochromatic Colors of #67A299
Black with #67A299
Text Example
Text Example
White with #67A299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A299; }
p { color: rgb(103,162,153); }
H1.HeaderClassName
{
color: #67A299;
}
.AnyTagClassName
{
color: #67A299;
}
</style>
background-color css
<style>
a { background-color: #67A299; }
a { background-color: rgb(103,162,153); }
div.DivClassName
{
background-color: #67A299;
}
.BgClassName
{
background-color: #67A299;
}
</style>
border-color css
<style>
span { border-color: #67A299; }
span { border-color: rgb(103,162,153); }
td.TdClassName
{
border-color: #67A299;
}
.TagClassName
{
border-color: #67A299;
}
</style>