Shades of Fringy Flower #A7EDBC
Tints of Fringy Flower #A7EDBC
RGB
CMYK
RGB Variations
Color information
#A7EDBC (or 0xA7EDBC) is known color: Fringy Flower. HEX triplet: A7, ED and BC. RGB value is (167,237,188). Sum of RGB (Red+Green+Blue) = 167+237+188=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #A7EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EDBC is #581243. Grayscale: #D2D2D2. Windows color (decimal): -5771844 or 12381607. OLE color: 12381607.
HSL color Cylindrical-coordinate representation of color #A7EDBC: hue angle of 138º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EDBC is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 237 | 188 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.07 |
| HSL | 138º | 0.66% | 0.79% | - |
| HSV(B) | 138º | 0.3% | 0.93% | - |
| XYZ | 55.3 | 72.41 | 58.64 | - |
| YUV | 210.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 237 | 188 | 0.30 | 0 | 0.21 | 0.07 | 138 | 0.66 | 0.79 |
| Hex | A7 | ED | BC | 1E | 0 | 15 | 7 | 8A | 42 | 4F |
| Octal | 247 | 355 | 274 | 36 | 0 | 25 | 7 | 212 | 102 | 117 |
| Binary | 10100111 | 11101101 | 10111100 | 11110 | 0 | 10101 | 111 | 10001010 | 1000010 | 1001111 |
Color Harmonies of #A7EDBC
Complementary color
Monochromatic Colors of #A7EDBC
Black with #A7EDBC
Text Example
Text Example
White with #A7EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7EDBC; }
p { color: rgb(167,237,188); }
H1.HeaderClassName
{
color: #A7EDBC;
}
.AnyTagClassName
{
color: #A7EDBC;
}
</style>
background-color css
<style>
a { background-color: #A7EDBC; }
a { background-color: rgb(167,237,188); }
div.DivClassName
{
background-color: #A7EDBC;
}
.BgClassName
{
background-color: #A7EDBC;
}
</style>
border-color css
<style>
span { border-color: #A7EDBC; }
span { border-color: rgb(167,237,188); }
td.TdClassName
{
border-color: #A7EDBC;
}
.TagClassName
{
border-color: #A7EDBC;
}
</style>