Shades of Fringy Flower #ADEFC0
Tints of Fringy Flower #ADEFC0
RGB
CMYK
RGB Variations
Color information
#ADEFC0 (or 0xADEFC0) is known color: Fringy Flower. HEX triplet: AD, EF and C0. RGB value is (173,239,192). Sum of RGB (Red+Green+Blue) = 173+239+192=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADEFC0 is #52103F. Grayscale: #D6D6D6. Windows color (decimal): -5378112 or 12644269. OLE color: 12644269.
HSL color Cylindrical-coordinate representation of color #ADEFC0: hue angle of 137.27º 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 #ADEFC0 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 239 | 192 | - |
CMYK | 0.28 | 0 | 0.20 | 0.06 |
HSL | 137.27º | 0.67% | 0.81% | - |
HSV(B) | 137.27º | 0.28% | 0.94% | - |
XYZ | 57.61 | 74.42 | 61.2 | - |
YUV | 213.91 | 115.63 | 98.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 239 | 192 | 0.28 | 0 | 0.20 | 0.06 | 137.27 | 0.67 | 0.81 |
Hex | AD | EF | C0 | 1C | 0 | 14 | 6 | 89 | 43 | 51 |
Octal | 255 | 357 | 300 | 34 | 0 | 24 | 6 | 211 | 103 | 121 |
Binary | 10101101 | 11101111 | 11000000 | 11100 | 0 | 10100 | 110 | 10001001 | 1000011 | 1010001 |
Color Harmonies of #ADEFC0
Complementary color
Monochromatic Colors of #ADEFC0
Black with #ADEFC0
Text Example
Text Example
White with #ADEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEFC0; }
p { color: rgb(173,239,192); }
H1.HeaderClassName
{
color: #ADEFC0;
}
.AnyTagClassName
{
color: #ADEFC0;
}
</style>
background-color css
<style>
a { background-color: #ADEFC0; }
a { background-color: rgb(173,239,192); }
div.DivClassName
{
background-color: #ADEFC0;
}
.BgClassName
{
background-color: #ADEFC0;
}
</style>
border-color css
<style>
span { border-color: #ADEFC0; }
span { border-color: rgb(173,239,192); }
td.TdClassName
{
border-color: #ADEFC0;
}
.TagClassName
{
border-color: #ADEFC0;
}
</style>