Shades of Jet Stream #ADD2C5
Tints of Jet Stream #ADD2C5
RGB
CMYK
RGB Variations
Color information
#ADD2C5 (or 0xADD2C5) is known color: Jet Stream. HEX triplet: AD, D2 and C5. RGB value is (173,210,197). Sum of RGB (Red+Green+Blue) = 173+210+197=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD2C5 is #522D3A. Grayscale: #C5C5C5. Windows color (decimal): -5385531 or 12964525. OLE color: 12964525.
HSL color Cylindrical-coordinate representation of color #ADD2C5: hue angle of 158.92º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD2C5 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 197 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.18 |
| HSL | 158.92º | 0.29% | 0.75% | - |
| HSV(B) | 158.92º | 0.18% | 0.82% | - |
| XYZ | 50.36 | 59.01 | 61.56 | - |
| YUV | 197.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 197 | 0.18 | 0 | 0.06 | 0.18 | 158.92 | 0.29 | 0.75 |
| Hex | AD | D2 | C5 | 12 | 0 | 6 | 12 | 9F | 1D | 4B |
| Octal | 255 | 322 | 305 | 22 | 0 | 6 | 22 | 237 | 35 | 113 |
| Binary | 10101101 | 11010010 | 11000101 | 10010 | 0 | 110 | 10010 | 10011111 | 11101 | 1001011 |
Color Harmonies of #ADD2C5
Complementary color
Monochromatic Colors of #ADD2C5
Black with #ADD2C5
Text Example
Text Example
White with #ADD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2C5; }
p { color: rgb(173,210,197); }
H1.HeaderClassName
{
color: #ADD2C5;
}
.AnyTagClassName
{
color: #ADD2C5;
}
</style>
background-color css
<style>
a { background-color: #ADD2C5; }
a { background-color: rgb(173,210,197); }
div.DivClassName
{
background-color: #ADD2C5;
}
.BgClassName
{
background-color: #ADD2C5;
}
</style>
border-color css
<style>
span { border-color: #ADD2C5; }
span { border-color: rgb(173,210,197); }
td.TdClassName
{
border-color: #ADD2C5;
}
.TagClassName
{
border-color: #ADD2C5;
}
</style>