Shades of Fringy Flower #ADE6C2
Tints of Fringy Flower #ADE6C2
RGB
CMYK
RGB Variations
Color information
#ADE6C2 (or 0xADE6C2) is known color: Fringy Flower. HEX triplet: AD, E6 and C2. RGB value is (173,230,194). Sum of RGB (Red+Green+Blue) = 173+230+194=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE6C2 is #52193D. Grayscale: #D0D0D0. Windows color (decimal): -5380414 or 12773037. OLE color: 12773037.
HSL color Cylindrical-coordinate representation of color #ADE6C2: hue angle of 142.11º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE6C2 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
RGB | 173 | 230 | 194 | - |
CMYK | 0.25 | 0 | 0.16 | 0.10 |
HSL | 142.11º | 0.53% | 0.79% | - |
HSV(B) | 142.11º | 0.25% | 0.9% | - |
XYZ | 55.27 | 69.37 | 61.52 | - |
YUV | 208.85 | 119.62 | 102.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 230 | 194 | 0.25 | 0 | 0.16 | 0.10 | 142.11 | 0.53 | 0.79 |
Hex | AD | E6 | C2 | 19 | 0 | 10 | A | 8E | 35 | 4F |
Octal | 255 | 346 | 302 | 31 | 0 | 20 | 12 | 216 | 65 | 117 |
Binary | 10101101 | 11100110 | 11000010 | 11001 | 0 | 10000 | 1010 | 10001110 | 110101 | 1001111 |
Color Harmonies of #ADE6C2
Complementary color
Monochromatic Colors of #ADE6C2
Black with #ADE6C2
Text Example
Text Example
White with #ADE6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6C2; }
p { color: rgb(173,230,194); }
H1.HeaderClassName
{
color: #ADE6C2;
}
.AnyTagClassName
{
color: #ADE6C2;
}
</style>
background-color css
<style>
a { background-color: #ADE6C2; }
a { background-color: rgb(173,230,194); }
div.DivClassName
{
background-color: #ADE6C2;
}
.BgClassName
{
background-color: #ADE6C2;
}
</style>
border-color css
<style>
span { border-color: #ADE6C2; }
span { border-color: rgb(173,230,194); }
td.TdClassName
{
border-color: #ADE6C2;
}
.TagClassName
{
border-color: #ADE6C2;
}
</style>