Shades of Fringy Flower #ADEBB8
Tints of Fringy Flower #ADEBB8
RGB
CMYK
RGB Variations
Color information
#ADEBB8 (or 0xADEBB8) is known color: Fringy Flower. HEX triplet: AD, EB and B8. RGB value is (173,235,184). Sum of RGB (Red+Green+Blue) = 173+235+184=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBB8 is #521447. Grayscale: #D2D2D2. Windows color (decimal): -5379144 or 12118957. OLE color: 12118957.
HSL color Cylindrical-coordinate representation of color #ADEBB8: hue angle of 130.65º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADEBB8 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 184 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.08 |
| HSL | 130.65º | 0.61% | 0.8% | - |
| HSV(B) | 130.65º | 0.26% | 0.92% | - |
| XYZ | 55.59 | 71.76 | 56.27 | - |
| YUV | 210.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 184 | 0.26 | 0 | 0.22 | 0.08 | 130.65 | 0.61 | 0.8 |
| Hex | AD | EB | B8 | 1A | 0 | 16 | 8 | 83 | 3D | 50 |
| Octal | 255 | 353 | 270 | 32 | 0 | 26 | 10 | 203 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10111000 | 11010 | 0 | 10110 | 1000 | 10000011 | 111101 | 1010000 |
Color Harmonies of #ADEBB8
Complementary color
Monochromatic Colors of #ADEBB8
Black with #ADEBB8
Text Example
Text Example
White with #ADEBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBB8; }
p { color: rgb(173,235,184); }
H1.HeaderClassName
{
color: #ADEBB8;
}
.AnyTagClassName
{
color: #ADEBB8;
}
</style>
background-color css
<style>
a { background-color: #ADEBB8; }
a { background-color: rgb(173,235,184); }
div.DivClassName
{
background-color: #ADEBB8;
}
.BgClassName
{
background-color: #ADEBB8;
}
</style>
border-color css
<style>
span { border-color: #ADEBB8; }
span { border-color: rgb(173,235,184); }
td.TdClassName
{
border-color: #ADEBB8;
}
.TagClassName
{
border-color: #ADEBB8;
}
</style>