Shades of Fringy Flower #ADEBBA
Tints of Fringy Flower #ADEBBA
RGB
CMYK
RGB Variations
Color information
#ADEBBA (or 0xADEBBA) is known color: Fringy Flower. HEX triplet: AD, EB and BA. RGB value is (173,235,186). Sum of RGB (Red+Green+Blue) = 173+235+186=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 235 (92.19% from 255 or 39.56% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEBBA is #521445. Grayscale: #D3D3D3. Windows color (decimal): -5379142 or 12250029. OLE color: 12250029.
HSL color Cylindrical-coordinate representation of color #ADEBBA: hue angle of 132.58º 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 #ADEBBA is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 173 | 235 | 186 | - |
CMYK | 0.26 | 0 | 0.21 | 0.08 |
HSL | 132.58º | 0.61% | 0.8% | - |
HSV(B) | 132.58º | 0.26% | 0.92% | - |
XYZ | 55.8 | 71.85 | 57.38 | - |
YUV | 210.88 | 113.96 | 100.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 235 | 186 | 0.26 | 0 | 0.21 | 0.08 | 132.58 | 0.61 | 0.8 |
Hex | AD | EB | BA | 1A | 0 | 15 | 8 | 85 | 3D | 50 |
Octal | 255 | 353 | 272 | 32 | 0 | 25 | 10 | 205 | 75 | 120 |
Binary | 10101101 | 11101011 | 10111010 | 11010 | 0 | 10101 | 1000 | 10000101 | 111101 | 1010000 |
Color Harmonies of #ADEBBA
Complementary color
Monochromatic Colors of #ADEBBA
Black with #ADEBBA
Text Example
Text Example
White with #ADEBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBBA; }
p { color: rgb(173,235,186); }
H1.HeaderClassName
{
color: #ADEBBA;
}
.AnyTagClassName
{
color: #ADEBBA;
}
</style>
background-color css
<style>
a { background-color: #ADEBBA; }
a { background-color: rgb(173,235,186); }
div.DivClassName
{
background-color: #ADEBBA;
}
.BgClassName
{
background-color: #ADEBBA;
}
</style>
border-color css
<style>
span { border-color: #ADEBBA; }
span { border-color: rgb(173,235,186); }
td.TdClassName
{
border-color: #ADEBBA;
}
.TagClassName
{
border-color: #ADEBBA;
}
</style>