Shades of Fringy Flower #ADEBBB
Tints of Fringy Flower #ADEBBB
RGB
CMYK
RGB Variations
Color information
#ADEBBB (or 0xADEBBB) is known color: Fringy Flower. HEX triplet: AD, EB and BB. RGB value is (173,235,187). Sum of RGB (Red+Green+Blue) = 173+235+187=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 235 (92.19% from 255 or 39.50% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBBB is #521444. Grayscale: #D3D3D3. Windows color (decimal): -5379141 or 12315565. OLE color: 12315565.
HSL color Cylindrical-coordinate representation of color #ADEBBB: hue angle of 133.55º 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 #ADEBBB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 187 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.08 |
| HSL | 133.55º | 0.61% | 0.8% | - |
| HSV(B) | 133.55º | 0.26% | 0.92% | - |
| XYZ | 55.91 | 71.89 | 57.94 | - |
| YUV | 210.99 | 114.46 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 187 | 0.26 | 0 | 0.20 | 0.08 | 133.55 | 0.61 | 0.8 |
| Hex | AD | EB | BB | 1A | 0 | 14 | 8 | 86 | 3D | 50 |
| Octal | 255 | 353 | 273 | 32 | 0 | 24 | 10 | 206 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10111011 | 11010 | 0 | 10100 | 1000 | 10000110 | 111101 | 1010000 |
Color Harmonies of #ADEBBB
Complementary color
Monochromatic Colors of #ADEBBB
Black with #ADEBBB
Text Example
Text Example
White with #ADEBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBBB; }
p { color: rgb(173,235,187); }
H1.HeaderClassName
{
color: #ADEBBB;
}
.AnyTagClassName
{
color: #ADEBBB;
}
</style>
background-color css
<style>
a { background-color: #ADEBBB; }
a { background-color: rgb(173,235,187); }
div.DivClassName
{
background-color: #ADEBBB;
}
.BgClassName
{
background-color: #ADEBBB;
}
</style>
border-color css
<style>
span { border-color: #ADEBBB; }
span { border-color: rgb(173,235,187); }
td.TdClassName
{
border-color: #ADEBBB;
}
.TagClassName
{
border-color: #ADEBBB;
}
</style>