Shades of Fringy Flower #ADE5BC
Tints of Fringy Flower #ADE5BC
RGB
CMYK
RGB Variations
Color information
#ADE5BC (or 0xADE5BC) is known color: Fringy Flower. HEX triplet: AD, E5 and BC. RGB value is (173,229,188). Sum of RGB (Red+Green+Blue) = 173+229+188=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 229 (89.84% from 255 or 38.81% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE5BC is #521A43. Grayscale: #CFCFCF. Windows color (decimal): -5380676 or 12379565. OLE color: 12379565.
HSL color Cylindrical-coordinate representation of color #ADE5BC: hue angle of 136.07º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADE5BC is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 188 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.10 |
| HSL | 136.07º | 0.52% | 0.79% | - |
| HSV(B) | 136.07º | 0.24% | 0.9% | - |
| XYZ | 54.33 | 68.55 | 57.95 | - |
| YUV | 207.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 188 | 0.24 | 0 | 0.18 | 0.10 | 136.07 | 0.52 | 0.79 |
| Hex | AD | E5 | BC | 18 | 0 | 12 | A | 88 | 34 | 4F |
| Octal | 255 | 345 | 274 | 30 | 0 | 22 | 12 | 210 | 64 | 117 |
| Binary | 10101101 | 11100101 | 10111100 | 11000 | 0 | 10010 | 1010 | 10001000 | 110100 | 1001111 |
Color Harmonies of #ADE5BC
Complementary color
Monochromatic Colors of #ADE5BC
Black with #ADE5BC
Text Example
Text Example
White with #ADE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE5BC; }
p { color: rgb(173,229,188); }
H1.HeaderClassName
{
color: #ADE5BC;
}
.AnyTagClassName
{
color: #ADE5BC;
}
</style>
background-color css
<style>
a { background-color: #ADE5BC; }
a { background-color: rgb(173,229,188); }
div.DivClassName
{
background-color: #ADE5BC;
}
.BgClassName
{
background-color: #ADE5BC;
}
</style>
border-color css
<style>
span { border-color: #ADE5BC; }
span { border-color: rgb(173,229,188); }
td.TdClassName
{
border-color: #ADE5BC;
}
.TagClassName
{
border-color: #ADE5BC;
}
</style>