Shades of Fringy Flower #ADE8BF
Tints of Fringy Flower #ADE8BF
RGB
CMYK
RGB Variations
Color information
#ADE8BF (or 0xADE8BF) is known color: Fringy Flower. HEX triplet: AD, E8 and BF. RGB value is (173,232,191). Sum of RGB (Red+Green+Blue) = 173+232+191=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #ADE8BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE8BF is #521740. Grayscale: #D1D1D1. Windows color (decimal): -5379905 or 12576941. OLE color: 12576941.
HSL color Cylindrical-coordinate representation of color #ADE8BF: hue angle of 138.31º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE8BF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 232 | 191 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.09 |
| HSL | 138.31º | 0.56% | 0.79% | - |
| HSV(B) | 138.31º | 0.25% | 0.91% | - |
| XYZ | 55.49 | 70.36 | 59.95 | - |
| YUV | 209.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 232 | 191 | 0.25 | 0 | 0.18 | 0.09 | 138.31 | 0.56 | 0.79 |
| Hex | AD | E8 | BF | 19 | 0 | 12 | 9 | 8A | 38 | 4F |
| Octal | 255 | 350 | 277 | 31 | 0 | 22 | 11 | 212 | 70 | 117 |
| Binary | 10101101 | 11101000 | 10111111 | 11001 | 0 | 10010 | 1001 | 10001010 | 111000 | 1001111 |
Color Harmonies of #ADE8BF
Complementary color
Monochromatic Colors of #ADE8BF
Black with #ADE8BF
Text Example
Text Example
White with #ADE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE8BF; }
p { color: rgb(173,232,191); }
H1.HeaderClassName
{
color: #ADE8BF;
}
.AnyTagClassName
{
color: #ADE8BF;
}
</style>
background-color css
<style>
a { background-color: #ADE8BF; }
a { background-color: rgb(173,232,191); }
div.DivClassName
{
background-color: #ADE8BF;
}
.BgClassName
{
background-color: #ADE8BF;
}
</style>
border-color css
<style>
span { border-color: #ADE8BF; }
span { border-color: rgb(173,232,191); }
td.TdClassName
{
border-color: #ADE8BF;
}
.TagClassName
{
border-color: #ADE8BF;
}
</style>