Shades of Fringy Flower #ADEFC2
Tints of Fringy Flower #ADEFC2
RGB
CMYK
RGB Variations
Color information
#ADEFC2 (or 0xADEFC2) is known color: Fringy Flower. HEX triplet: AD, EF and C2. RGB value is (173,239,194). Sum of RGB (Red+Green+Blue) = 173+239+194=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFC2 is #52103D. Grayscale: #D6D6D6. Windows color (decimal): -5378110 or 12775341. OLE color: 12775341.
HSL color Cylindrical-coordinate representation of color #ADEFC2: hue angle of 139.09º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADEFC2 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 194 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.06 |
| HSL | 139.09º | 0.67% | 0.81% | - |
| HSV(B) | 139.09º | 0.28% | 0.94% | - |
| XYZ | 57.84 | 74.51 | 62.37 | - |
| YUV | 214.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 194 | 0.28 | 0 | 0.19 | 0.06 | 139.09 | 0.67 | 0.81 |
| Hex | AD | EF | C2 | 1C | 0 | 13 | 6 | 8B | 43 | 51 |
| Octal | 255 | 357 | 302 | 34 | 0 | 23 | 6 | 213 | 103 | 121 |
| Binary | 10101101 | 11101111 | 11000010 | 11100 | 0 | 10011 | 110 | 10001011 | 1000011 | 1010001 |
Color Harmonies of #ADEFC2
Complementary color
Monochromatic Colors of #ADEFC2
Black with #ADEFC2
Text Example
Text Example
White with #ADEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFC2; }
p { color: rgb(173,239,194); }
H1.HeaderClassName
{
color: #ADEFC2;
}
.AnyTagClassName
{
color: #ADEFC2;
}
</style>
background-color css
<style>
a { background-color: #ADEFC2; }
a { background-color: rgb(173,239,194); }
div.DivClassName
{
background-color: #ADEFC2;
}
.BgClassName
{
background-color: #ADEFC2;
}
</style>
border-color css
<style>
span { border-color: #ADEFC2; }
span { border-color: rgb(173,239,194); }
td.TdClassName
{
border-color: #ADEFC2;
}
.TagClassName
{
border-color: #ADEFC2;
}
</style>