Shades of Fringy Flower #ADE5BB
Tints of Fringy Flower #ADE5BB
RGB
CMYK
RGB Variations
Color information
#ADE5BB (or 0xADE5BB) is known color: Fringy Flower. HEX triplet: AD, E5 and BB. RGB value is (173,229,187). Sum of RGB (Red+Green+Blue) = 173+229+187=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 229 (89.84% from 255 or 38.88% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5BB is #521A44. Grayscale: #CFCFCF. Windows color (decimal): -5380677 or 12314029. OLE color: 12314029.
HSL color Cylindrical-coordinate representation of color #ADE5BB: hue angle of 135º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5BB is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 187 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.10 |
| HSL | 135º | 0.52% | 0.79% | - |
| HSV(B) | 135º | 0.24% | 0.9% | - |
| XYZ | 54.22 | 68.51 | 57.38 | - |
| YUV | 207.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 187 | 0.24 | 0 | 0.18 | 0.10 | 135 | 0.52 | 0.79 |
| Hex | AD | E5 | BB | 18 | 0 | 12 | A | 87 | 34 | 4F |
| Octal | 255 | 345 | 273 | 30 | 0 | 22 | 12 | 207 | 64 | 117 |
| Binary | 10101101 | 11100101 | 10111011 | 11000 | 0 | 10010 | 1010 | 10000111 | 110100 | 1001111 |
Color Harmonies of #ADE5BB
Complementary color
Monochromatic Colors of #ADE5BB
Black with #ADE5BB
Text Example
Text Example
White with #ADE5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5BB; }
p { color: rgb(173,229,187); }
H1.HeaderClassName
{
color: #ADE5BB;
}
.AnyTagClassName
{
color: #ADE5BB;
}
</style>
background-color css
<style>
a { background-color: #ADE5BB; }
a { background-color: rgb(173,229,187); }
div.DivClassName
{
background-color: #ADE5BB;
}
.BgClassName
{
background-color: #ADE5BB;
}
</style>
border-color css
<style>
span { border-color: #ADE5BB; }
span { border-color: rgb(173,229,187); }
td.TdClassName
{
border-color: #ADE5BB;
}
.TagClassName
{
border-color: #ADE5BB;
}
</style>