Shades of Cadet Blue #51A39C
Tints of Cadet Blue #51A39C
RGB
CMYK
RGB Variations
Color information
#51A39C (or 0x51A39C) is known color: Cadet Blue. HEX triplet: 51, A3 and 9C. RGB value is (81,163,156). Sum of RGB (Red+Green+Blue) = 81+163+156=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #51A39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A39C is #AE5C63. Grayscale: #898989. Windows color (decimal): -11426916 or 10265425. OLE color: 10265425.
HSL color Cylindrical-coordinate representation of color #51A39C: hue angle of 174.88º 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 #51A39C is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 163 | 156 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.36 |
| HSL | 174.88º | 0.34% | 0.48% | - |
| HSV(B) | 174.88º | 0.5% | 0.64% | - |
| XYZ | 22.49 | 30.34 | 36.12 | - |
| YUV | 137.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 156 | 0.50 | 0 | 0.04 | 0.36 | 174.88 | 0.34 | 0.48 |
| Hex | 51 | A3 | 9C | 32 | 0 | 4 | 24 | AF | 22 | 30 |
| Octal | 121 | 243 | 234 | 62 | 0 | 4 | 44 | 257 | 42 | 60 |
| Binary | 1010001 | 10100011 | 10011100 | 110010 | 0 | 100 | 100100 | 10101111 | 100010 | 110000 |
Color Harmonies of #51A39C
Complementary color
Monochromatic Colors of #51A39C
Black with #51A39C
Text Example
Text Example
White with #51A39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A39C; }
p { color: rgb(81,163,156); }
H1.HeaderClassName
{
color: #51A39C;
}
.AnyTagClassName
{
color: #51A39C;
}
</style>
background-color css
<style>
a { background-color: #51A39C; }
a { background-color: rgb(81,163,156); }
div.DivClassName
{
background-color: #51A39C;
}
.BgClassName
{
background-color: #51A39C;
}
</style>
border-color css
<style>
span { border-color: #51A39C; }
span { border-color: rgb(81,163,156); }
td.TdClassName
{
border-color: #51A39C;
}
.TagClassName
{
border-color: #51A39C;
}
</style>