Shades of Fringy Flower #ADEBB6
Tints of Fringy Flower #ADEBB6
RGB
CMYK
RGB Variations
Color information
#ADEBB6 (or 0xADEBB6) is known color: Fringy Flower. HEX triplet: AD, EB and B6. RGB value is (173,235,182). Sum of RGB (Red+Green+Blue) = 173+235+182=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBB6 is #521449. Grayscale: #D2D2D2. Windows color (decimal): -5379146 or 11987885. OLE color: 11987885.
HSL color Cylindrical-coordinate representation of color #ADEBB6: hue angle of 128.71º 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 #ADEBB6 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 182 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.08 |
| HSL | 128.71º | 0.61% | 0.8% | - |
| HSV(B) | 128.71º | 0.26% | 0.92% | - |
| XYZ | 55.39 | 71.68 | 55.17 | - |
| YUV | 210.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 182 | 0.26 | 0 | 0.23 | 0.08 | 128.71 | 0.61 | 0.8 |
| Hex | AD | EB | B6 | 1A | 0 | 17 | 8 | 81 | 3D | 50 |
| Octal | 255 | 353 | 266 | 32 | 0 | 27 | 10 | 201 | 75 | 120 |
| Binary | 10101101 | 11101011 | 10110110 | 11010 | 0 | 10111 | 1000 | 10000001 | 111101 | 1010000 |
Color Harmonies of #ADEBB6
Complementary color
Monochromatic Colors of #ADEBB6
Black with #ADEBB6
Text Example
Text Example
White with #ADEBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBB6; }
p { color: rgb(173,235,182); }
H1.HeaderClassName
{
color: #ADEBB6;
}
.AnyTagClassName
{
color: #ADEBB6;
}
</style>
background-color css
<style>
a { background-color: #ADEBB6; }
a { background-color: rgb(173,235,182); }
div.DivClassName
{
background-color: #ADEBB6;
}
.BgClassName
{
background-color: #ADEBB6;
}
</style>
border-color css
<style>
span { border-color: #ADEBB6; }
span { border-color: rgb(173,235,182); }
td.TdClassName
{
border-color: #ADEBB6;
}
.TagClassName
{
border-color: #ADEBB6;
}
</style>