Shades of Fringy Flower #ADE3BD
Tints of Fringy Flower #ADE3BD
RGB
CMYK
RGB Variations
Color information
#ADE3BD (or 0xADE3BD) is known color: Fringy Flower. HEX triplet: AD, E3 and BD. RGB value is (173,227,189). Sum of RGB (Red+Green+Blue) = 173+227+189=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE3BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE3BD is #521C42. Grayscale: #CECECE. Windows color (decimal): -5381187 or 12444589. OLE color: 12444589.
HSL color Cylindrical-coordinate representation of color #ADE3BD: hue angle of 137.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE3BD is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 189 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.11 |
| HSL | 137.78º | 0.49% | 0.78% | - |
| HSV(B) | 137.78º | 0.24% | 0.89% | - |
| XYZ | 53.89 | 67.5 | 58.33 | - |
| YUV | 206.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 189 | 0.24 | 0 | 0.17 | 0.11 | 137.78 | 0.49 | 0.78 |
| Hex | AD | E3 | BD | 18 | 0 | 11 | B | 8A | 31 | 4E |
| Octal | 255 | 343 | 275 | 30 | 0 | 21 | 13 | 212 | 61 | 116 |
| Binary | 10101101 | 11100011 | 10111101 | 11000 | 0 | 10001 | 1011 | 10001010 | 110001 | 1001110 |
Color Harmonies of #ADE3BD
Complementary color
Monochromatic Colors of #ADE3BD
Black with #ADE3BD
Text Example
Text Example
White with #ADE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE3BD; }
p { color: rgb(173,227,189); }
H1.HeaderClassName
{
color: #ADE3BD;
}
.AnyTagClassName
{
color: #ADE3BD;
}
</style>
background-color css
<style>
a { background-color: #ADE3BD; }
a { background-color: rgb(173,227,189); }
div.DivClassName
{
background-color: #ADE3BD;
}
.BgClassName
{
background-color: #ADE3BD;
}
</style>
border-color css
<style>
span { border-color: #ADE3BD; }
span { border-color: rgb(173,227,189); }
td.TdClassName
{
border-color: #ADE3BD;
}
.TagClassName
{
border-color: #ADE3BD;
}
</style>