Shades of Fringy Flower #ADEDB8
Tints of Fringy Flower #ADEDB8
RGB
CMYK
RGB Variations
Color information
#ADEDB8 (or 0xADEDB8) is known color: Fringy Flower. HEX triplet: AD, ED and B8. RGB value is (173,237,184). Sum of RGB (Red+Green+Blue) = 173+237+184=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 184 (72.27% from 255 or 30.98% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #ADEDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEDB8 is #521247. Grayscale: #D3D3D3. Windows color (decimal): -5378632 or 12119469. OLE color: 12119469.
HSL color Cylindrical-coordinate representation of color #ADEDB8: hue angle of 130.31º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEDB8 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 184 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.07 |
| HSL | 130.31º | 0.64% | 0.8% | - |
| HSV(B) | 130.31º | 0.27% | 0.93% | - |
| XYZ | 56.17 | 72.91 | 56.46 | - |
| YUV | 211.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 184 | 0.27 | 0 | 0.22 | 0.07 | 130.31 | 0.64 | 0.8 |
| Hex | AD | ED | B8 | 1B | 0 | 16 | 7 | 82 | 40 | 50 |
| Octal | 255 | 355 | 270 | 33 | 0 | 26 | 7 | 202 | 100 | 120 |
| Binary | 10101101 | 11101101 | 10111000 | 11011 | 0 | 10110 | 111 | 10000010 | 1000000 | 1010000 |
Color Harmonies of #ADEDB8
Complementary color
Monochromatic Colors of #ADEDB8
Black with #ADEDB8
Text Example
Text Example
White with #ADEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEDB8; }
p { color: rgb(173,237,184); }
H1.HeaderClassName
{
color: #ADEDB8;
}
.AnyTagClassName
{
color: #ADEDB8;
}
</style>
background-color css
<style>
a { background-color: #ADEDB8; }
a { background-color: rgb(173,237,184); }
div.DivClassName
{
background-color: #ADEDB8;
}
.BgClassName
{
background-color: #ADEDB8;
}
</style>
border-color css
<style>
span { border-color: #ADEDB8; }
span { border-color: rgb(173,237,184); }
td.TdClassName
{
border-color: #ADEDB8;
}
.TagClassName
{
border-color: #ADEDB8;
}
</style>