Shades of Fringy Flower #A8EDBD
Tints of Fringy Flower #A8EDBD
RGB
CMYK
RGB Variations
Color information
#A8EDBD (or 0xA8EDBD) is known color: Fringy Flower. HEX triplet: A8, ED and BD. RGB value is (168,237,189). Sum of RGB (Red+Green+Blue) = 168+237+189=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDBD is #571242. Grayscale: #D3D3D3. Windows color (decimal): -5706307 or 12447144. OLE color: 12447144.
HSL color Cylindrical-coordinate representation of color #A8EDBD: hue angle of 138.26º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDBD is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 189 | - |
CMYK | 0.29 | 0 | 0.20 | 0.07 |
HSL | 138.26º | 0.66% | 0.79% | - |
HSV(B) | 138.26º | 0.29% | 0.93% | - |
XYZ | 55.62 | 72.57 | 59.22 | - |
YUV | 210.9 | 115.64 | 97.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 189 | 0.29 | 0 | 0.20 | 0.07 | 138.26 | 0.66 | 0.79 |
Hex | A8 | ED | BD | 1D | 0 | 14 | 7 | 8A | 42 | 4F |
Octal | 250 | 355 | 275 | 35 | 0 | 24 | 7 | 212 | 102 | 117 |
Binary | 10101000 | 11101101 | 10111101 | 11101 | 0 | 10100 | 111 | 10001010 | 1000010 | 1001111 |
Color Harmonies of #A8EDBD
Complementary color
Monochromatic Colors of #A8EDBD
Black with #A8EDBD
Text Example
Text Example
White with #A8EDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDBD; }
p { color: rgb(168,237,189); }
H1.HeaderClassName
{
color: #A8EDBD;
}
.AnyTagClassName
{
color: #A8EDBD;
}
</style>
background-color css
<style>
a { background-color: #A8EDBD; }
a { background-color: rgb(168,237,189); }
div.DivClassName
{
background-color: #A8EDBD;
}
.BgClassName
{
background-color: #A8EDBD;
}
</style>
border-color css
<style>
span { border-color: #A8EDBD; }
span { border-color: rgb(168,237,189); }
td.TdClassName
{
border-color: #A8EDBD;
}
.TagClassName
{
border-color: #A8EDBD;
}
</style>