Shades of Cadet Blue #67A1A4
Tints of Cadet Blue #67A1A4
RGB
CMYK
RGB Variations
Color information
#67A1A4 (or 0x67A1A4) is known color: Cadet Blue. HEX triplet: 67, A1 and A4. RGB value is (103,161,164). Sum of RGB (Red+Green+Blue) = 103+161+164=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 164 - color contains mainly: blue. Hex color #67A1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67A1A4 is #985E5B. Grayscale: #8F8F8F. Windows color (decimal): -9985628 or 10789223. OLE color: 10789223.
HSL color Cylindrical-coordinate representation of color #67A1A4: hue angle of 182.95º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67A1A4 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 161 | 164 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.36 |
| HSL | 182.95º | 0.25% | 0.52% | - |
| HSV(B) | 182.95º | 0.37% | 0.64% | - |
| XYZ | 25.04 | 31.05 | 39.8 | - |
| YUV | 144 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 161 | 164 | 0.37 | 0.02 | 0 | 0.36 | 182.95 | 0.25 | 0.52 |
| Hex | 67 | A1 | A4 | 25 | 2 | 0 | 24 | B7 | 19 | 34 |
| Octal | 147 | 241 | 244 | 45 | 2 | 0 | 44 | 267 | 31 | 64 |
| Binary | 1100111 | 10100001 | 10100100 | 100101 | 10 | 0 | 100100 | 10110111 | 11001 | 110100 |
Color Harmonies of #67A1A4
Complementary color
Monochromatic Colors of #67A1A4
Black with #67A1A4
Text Example
Text Example
White with #67A1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A1A4; }
p { color: rgb(103,161,164); }
H1.HeaderClassName
{
color: #67A1A4;
}
.AnyTagClassName
{
color: #67A1A4;
}
</style>
background-color css
<style>
a { background-color: #67A1A4; }
a { background-color: rgb(103,161,164); }
div.DivClassName
{
background-color: #67A1A4;
}
.BgClassName
{
background-color: #67A1A4;
}
</style>
border-color css
<style>
span { border-color: #67A1A4; }
span { border-color: rgb(103,161,164); }
td.TdClassName
{
border-color: #67A1A4;
}
.TagClassName
{
border-color: #67A1A4;
}
</style>