Shades of Cadet Blue #51A39D
Tints of Cadet Blue #51A39D
RGB
CMYK
RGB Variations
Color information
#51A39D (or 0x51A39D) is known color: Cadet Blue. HEX triplet: 51, A3 and 9D. RGB value is (81,163,157). Sum of RGB (Red+Green+Blue) = 81+163+157=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 163 - color contains mainly: green. Hex color #51A39D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A39D is #AE5C62. Grayscale: #898989. Windows color (decimal): -11426915 or 10330961. OLE color: 10330961.
HSL color Cylindrical-coordinate representation of color #51A39D: hue angle of 175.61º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A39D is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 163 | 157 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.36 |
| HSL | 175.61º | 0.34% | 0.48% | - |
| HSV(B) | 175.61º | 0.5% | 0.64% | - |
| XYZ | 22.58 | 30.38 | 36.57 | - |
| YUV | 137.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 157 | 0.50 | 0 | 0.04 | 0.36 | 175.61 | 0.34 | 0.48 |
| Hex | 51 | A3 | 9D | 32 | 0 | 4 | 24 | B0 | 22 | 30 |
| Octal | 121 | 243 | 235 | 62 | 0 | 4 | 44 | 260 | 42 | 60 |
| Binary | 1010001 | 10100011 | 10011101 | 110010 | 0 | 100 | 100100 | 10110000 | 100010 | 110000 |
Color Harmonies of #51A39D
Complementary color
Monochromatic Colors of #51A39D
Black with #51A39D
Text Example
Text Example
White with #51A39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A39D; }
p { color: rgb(81,163,157); }
H1.HeaderClassName
{
color: #51A39D;
}
.AnyTagClassName
{
color: #51A39D;
}
</style>
background-color css
<style>
a { background-color: #51A39D; }
a { background-color: rgb(81,163,157); }
div.DivClassName
{
background-color: #51A39D;
}
.BgClassName
{
background-color: #51A39D;
}
</style>
border-color css
<style>
span { border-color: #51A39D; }
span { border-color: rgb(81,163,157); }
td.TdClassName
{
border-color: #51A39D;
}
.TagClassName
{
border-color: #51A39D;
}
</style>