Shades of Cadet Blue #4FA59A
Tints of Cadet Blue #4FA59A
RGB
CMYK
RGB Variations
Color information
#4FA59A (or 0x4FA59A) is known color: Cadet Blue. HEX triplet: 4F, A5 and 9A. RGB value is (79,165,154). Sum of RGB (Red+Green+Blue) = 79+165+154=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA59A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA59A is #B05A65. Grayscale: #898989. Windows color (decimal): -11557478 or 10134863. OLE color: 10134863.
HSL color Cylindrical-coordinate representation of color #4FA59A: hue angle of 172.33º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA59A is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 154 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.35 |
| HSL | 172.33º | 0.35% | 0.48% | - |
| HSV(B) | 172.33º | 0.52% | 0.65% | - |
| XYZ | 22.51 | 30.91 | 35.35 | - |
| YUV | 138.03 | 137.01 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 154 | 0.52 | 0 | 0.07 | 0.35 | 172.33 | 0.35 | 0.48 |
| Hex | 4F | A5 | 9A | 34 | 0 | 7 | 23 | AC | 23 | 30 |
| Octal | 117 | 245 | 232 | 64 | 0 | 7 | 43 | 254 | 43 | 60 |
| Binary | 1001111 | 10100101 | 10011010 | 110100 | 0 | 111 | 100011 | 10101100 | 100011 | 110000 |
Color Harmonies of #4FA59A
Complementary color
Monochromatic Colors of #4FA59A
Black with #4FA59A
Text Example
Text Example
White with #4FA59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA59A; }
p { color: rgb(79,165,154); }
H1.HeaderClassName
{
color: #4FA59A;
}
.AnyTagClassName
{
color: #4FA59A;
}
</style>
background-color css
<style>
a { background-color: #4FA59A; }
a { background-color: rgb(79,165,154); }
div.DivClassName
{
background-color: #4FA59A;
}
.BgClassName
{
background-color: #4FA59A;
}
</style>
border-color css
<style>
span { border-color: #4FA59A; }
span { border-color: rgb(79,165,154); }
td.TdClassName
{
border-color: #4FA59A;
}
.TagClassName
{
border-color: #4FA59A;
}
</style>