Shades of Jet Stream #ADD6C6
Tints of Jet Stream #ADD6C6
RGB
CMYK
RGB Variations
Color information
#ADD6C6 (or 0xADD6C6) is known color: Jet Stream. HEX triplet: AD, D6 and C6. RGB value is (173,214,198). Sum of RGB (Red+Green+Blue) = 173+214+198=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6C6 is #522939. Grayscale: #C7C7C7. Windows color (decimal): -5384506 or 13031085. OLE color: 13031085.
HSL color Cylindrical-coordinate representation of color #ADD6C6: hue angle of 156.59º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD6C6 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 198 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.16 |
| HSL | 156.59º | 0.33% | 0.76% | - |
| HSV(B) | 156.59º | 0.19% | 0.84% | - |
| XYZ | 51.47 | 61.05 | 62.5 | - |
| YUV | 199.92 | 126.92 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 198 | 0.19 | 0 | 0.07 | 0.16 | 156.59 | 0.33 | 0.76 |
| Hex | AD | D6 | C6 | 13 | 0 | 7 | 10 | 9D | 21 | 4C |
| Octal | 255 | 326 | 306 | 23 | 0 | 7 | 20 | 235 | 41 | 114 |
| Binary | 10101101 | 11010110 | 11000110 | 10011 | 0 | 111 | 10000 | 10011101 | 100001 | 1001100 |
Color Harmonies of #ADD6C6
Complementary color
Monochromatic Colors of #ADD6C6
Black with #ADD6C6
Text Example
Text Example
White with #ADD6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD6C6; }
p { color: rgb(173,214,198); }
H1.HeaderClassName
{
color: #ADD6C6;
}
.AnyTagClassName
{
color: #ADD6C6;
}
</style>
background-color css
<style>
a { background-color: #ADD6C6; }
a { background-color: rgb(173,214,198); }
div.DivClassName
{
background-color: #ADD6C6;
}
.BgClassName
{
background-color: #ADD6C6;
}
</style>
border-color css
<style>
span { border-color: #ADD6C6; }
span { border-color: rgb(173,214,198); }
td.TdClassName
{
border-color: #ADD6C6;
}
.TagClassName
{
border-color: #ADD6C6;
}
</style>