Shades of Cadet Blue #4FABA7
Tints of Cadet Blue #4FABA7
RGB
CMYK
RGB Variations
Color information
#4FABA7 (or 0x4FABA7) is known color: Cadet Blue. HEX triplet: 4F, AB and A7. RGB value is (79,171,167). Sum of RGB (Red+Green+Blue) = 79+171+167=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #4FABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABA7 is #B05458. Grayscale: #8E8E8E. Windows color (decimal): -11555929 or 10988367. OLE color: 10988367.
HSL color Cylindrical-coordinate representation of color #4FABA7: hue angle of 177.39º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FABA7 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 167 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.33 |
| HSL | 177.39º | 0.37% | 0.49% | - |
| HSV(B) | 177.39º | 0.54% | 0.67% | - |
| XYZ | 24.76 | 33.58 | 41.74 | - |
| YUV | 143.04 | 141.52 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 167 | 0.54 | 0 | 0.02 | 0.33 | 177.39 | 0.37 | 0.49 |
| Hex | 4F | AB | A7 | 36 | 0 | 2 | 21 | B1 | 25 | 31 |
| Octal | 117 | 253 | 247 | 66 | 0 | 2 | 41 | 261 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10100111 | 110110 | 0 | 10 | 100001 | 10110001 | 100101 | 110001 |
Color Harmonies of #4FABA7
Complementary color
Monochromatic Colors of #4FABA7
Black with #4FABA7
Text Example
Text Example
White with #4FABA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABA7; }
p { color: rgb(79,171,167); }
H1.HeaderClassName
{
color: #4FABA7;
}
.AnyTagClassName
{
color: #4FABA7;
}
</style>
background-color css
<style>
a { background-color: #4FABA7; }
a { background-color: rgb(79,171,167); }
div.DivClassName
{
background-color: #4FABA7;
}
.BgClassName
{
background-color: #4FABA7;
}
</style>
border-color css
<style>
span { border-color: #4FABA7; }
span { border-color: rgb(79,171,167); }
td.TdClassName
{
border-color: #4FABA7;
}
.TagClassName
{
border-color: #4FABA7;
}
</style>