Shades of Cadet Blue #4FABA5
Tints of Cadet Blue #4FABA5
RGB
CMYK
RGB Variations
Color information
#4FABA5 (or 0x4FABA5) is known color: Cadet Blue. HEX triplet: 4F, AB and A5. RGB value is (79,171,165). Sum of RGB (Red+Green+Blue) = 79+171+165=415 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.04% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 165 (64.84% from 255 or 39.76% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #4FABA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FABA5 is #B0545A. Grayscale: #8E8E8E. Windows color (decimal): -11555931 or 10857295. OLE color: 10857295.
HSL color Cylindrical-coordinate representation of color #4FABA5: hue angle of 176.09º 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 #4FABA5 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 171 | 165 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.33 |
| HSL | 176.09º | 0.37% | 0.49% | - |
| HSV(B) | 176.09º | 0.54% | 0.67% | - |
| XYZ | 24.58 | 33.5 | 40.77 | - |
| YUV | 142.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 171 | 165 | 0.54 | 0 | 0.04 | 0.33 | 176.09 | 0.37 | 0.49 |
| Hex | 4F | AB | A5 | 36 | 0 | 4 | 21 | B0 | 25 | 31 |
| Octal | 117 | 253 | 245 | 66 | 0 | 4 | 41 | 260 | 45 | 61 |
| Binary | 1001111 | 10101011 | 10100101 | 110110 | 0 | 100 | 100001 | 10110000 | 100101 | 110001 |
Color Harmonies of #4FABA5
Complementary color
Monochromatic Colors of #4FABA5
Black with #4FABA5
Text Example
Text Example
White with #4FABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FABA5; }
p { color: rgb(79,171,165); }
H1.HeaderClassName
{
color: #4FABA5;
}
.AnyTagClassName
{
color: #4FABA5;
}
</style>
background-color css
<style>
a { background-color: #4FABA5; }
a { background-color: rgb(79,171,165); }
div.DivClassName
{
background-color: #4FABA5;
}
.BgClassName
{
background-color: #4FABA5;
}
</style>
border-color css
<style>
span { border-color: #4FABA5; }
span { border-color: rgb(79,171,165); }
td.TdClassName
{
border-color: #4FABA5;
}
.TagClassName
{
border-color: #4FABA5;
}
</style>