Shades of Cadet Blue #51A4AA
Tints of Cadet Blue #51A4AA
RGB
CMYK
RGB Variations
Color information
#51A4AA (or 0x51A4AA) is known color: Cadet Blue. HEX triplet: 51, A4 and AA. RGB value is (81,164,170). Sum of RGB (Red+Green+Blue) = 81+164+170=415 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.52% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #51A4AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A4AA is #AE5B55. Grayscale: #8B8B8B. Windows color (decimal): -11426646 or 11183185. OLE color: 11183185.
HSL color Cylindrical-coordinate representation of color #51A4AA: hue angle of 184.04º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51A4AA is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 164 | 170 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.33 |
| HSL | 184.04º | 0.35% | 0.49% | - |
| HSV(B) | 184.04º | 0.52% | 0.67% | - |
| XYZ | 23.92 | 31.2 | 42.79 | - |
| YUV | 139.87 | 145 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 164 | 170 | 0.52 | 0.04 | 0 | 0.33 | 184.04 | 0.35 | 0.49 |
| Hex | 51 | A4 | AA | 34 | 4 | 0 | 21 | B8 | 23 | 31 |
| Octal | 121 | 244 | 252 | 64 | 4 | 0 | 41 | 270 | 43 | 61 |
| Binary | 1010001 | 10100100 | 10101010 | 110100 | 100 | 0 | 100001 | 10111000 | 100011 | 110001 |
Color Harmonies of #51A4AA
Complementary color
Monochromatic Colors of #51A4AA
Black with #51A4AA
Text Example
Text Example
White with #51A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A4AA; }
p { color: rgb(81,164,170); }
H1.HeaderClassName
{
color: #51A4AA;
}
.AnyTagClassName
{
color: #51A4AA;
}
</style>
background-color css
<style>
a { background-color: #51A4AA; }
a { background-color: rgb(81,164,170); }
div.DivClassName
{
background-color: #51A4AA;
}
.BgClassName
{
background-color: #51A4AA;
}
</style>
border-color css
<style>
span { border-color: #51A4AA; }
span { border-color: rgb(81,164,170); }
td.TdClassName
{
border-color: #51A4AA;
}
.TagClassName
{
border-color: #51A4AA;
}
</style>