Shades of Fringy Flower #ADECBE
Tints of Fringy Flower #ADECBE
RGB
CMYK
RGB Variations
Color information
#ADECBE (or 0xADECBE) is known color: Fringy Flower. HEX triplet: AD, EC and BE. RGB value is (173,236,190). Sum of RGB (Red+Green+Blue) = 173+236+190=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 190 (74.61% from 255 or 31.72% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #ADECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADECBE is #521341. Grayscale: #D4D4D4. Windows color (decimal): -5378882 or 12512429. OLE color: 12512429.
HSL color Cylindrical-coordinate representation of color #ADECBE: hue angle of 136.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADECBE is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 173 | 236 | 190 | - |
CMYK | 0.27 | 0 | 0.19 | 0.07 |
HSL | 136.19º | 0.62% | 0.8% | - |
HSV(B) | 136.19º | 0.27% | 0.93% | - |
XYZ | 56.52 | 72.59 | 59.75 | - |
YUV | 211.92 | 115.63 | 100.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 236 | 190 | 0.27 | 0 | 0.19 | 0.07 | 136.19 | 0.62 | 0.8 |
Hex | AD | EC | BE | 1B | 0 | 13 | 7 | 88 | 3E | 50 |
Octal | 255 | 354 | 276 | 33 | 0 | 23 | 7 | 210 | 76 | 120 |
Binary | 10101101 | 11101100 | 10111110 | 11011 | 0 | 10011 | 111 | 10001000 | 111110 | 1010000 |
Color Harmonies of #ADECBE
Complementary color
Monochromatic Colors of #ADECBE
Black with #ADECBE
Text Example
Text Example
White with #ADECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADECBE; }
p { color: rgb(173,236,190); }
H1.HeaderClassName
{
color: #ADECBE;
}
.AnyTagClassName
{
color: #ADECBE;
}
</style>
background-color css
<style>
a { background-color: #ADECBE; }
a { background-color: rgb(173,236,190); }
div.DivClassName
{
background-color: #ADECBE;
}
.BgClassName
{
background-color: #ADECBE;
}
</style>
border-color css
<style>
span { border-color: #ADECBE; }
span { border-color: rgb(173,236,190); }
td.TdClassName
{
border-color: #ADECBE;
}
.TagClassName
{
border-color: #ADECBE;
}
</style>