Shades of Fringy Flower #ADEEBC
Tints of Fringy Flower #ADEEBC
RGB
CMYK
RGB Variations
Color information
#ADEEBC (or 0xADEEBC) is known color: Fringy Flower. HEX triplet: AD, EE and BC. RGB value is (173,238,188). Sum of RGB (Red+Green+Blue) = 173+238+188=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 238 (93.36% from 255 or 39.73% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEEBC is #521143. Grayscale: #D5D5D5. Windows color (decimal): -5378372 or 12381869. OLE color: 12381869.
HSL color Cylindrical-coordinate representation of color #ADEEBC: hue angle of 133.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADEEBC is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 188 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.07 |
| HSL | 133.85º | 0.66% | 0.81% | - |
| HSV(B) | 133.85º | 0.27% | 0.93% | - |
| XYZ | 56.89 | 73.66 | 58.8 | - |
| YUV | 212.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 188 | 0.27 | 0 | 0.21 | 0.07 | 133.85 | 0.66 | 0.81 |
| Hex | AD | EE | BC | 1B | 0 | 15 | 7 | 86 | 42 | 51 |
| Octal | 255 | 356 | 274 | 33 | 0 | 25 | 7 | 206 | 102 | 121 |
| Binary | 10101101 | 11101110 | 10111100 | 11011 | 0 | 10101 | 111 | 10000110 | 1000010 | 1010001 |
Color Harmonies of #ADEEBC
Complementary color
Monochromatic Colors of #ADEEBC
Black with #ADEEBC
Text Example
Text Example
White with #ADEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEEBC; }
p { color: rgb(173,238,188); }
H1.HeaderClassName
{
color: #ADEEBC;
}
.AnyTagClassName
{
color: #ADEEBC;
}
</style>
background-color css
<style>
a { background-color: #ADEEBC; }
a { background-color: rgb(173,238,188); }
div.DivClassName
{
background-color: #ADEEBC;
}
.BgClassName
{
background-color: #ADEEBC;
}
</style>
border-color css
<style>
span { border-color: #ADEEBC; }
span { border-color: rgb(173,238,188); }
td.TdClassName
{
border-color: #ADEEBC;
}
.TagClassName
{
border-color: #ADEEBC;
}
</style>