Shades of Fringy Flower #A8EDBC
Tints of Fringy Flower #A8EDBC
RGB
CMYK
RGB Variations
Color information
#A8EDBC (or 0xA8EDBC) is known color: Fringy Flower. HEX triplet: A8, ED and BC. RGB value is (168,237,188). Sum of RGB (Red+Green+Blue) = 168+237+188=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDBC is #571243. Grayscale: #D2D2D2. Windows color (decimal): -5706308 or 12381608. OLE color: 12381608.
HSL color Cylindrical-coordinate representation of color #A8EDBC: hue angle of 137.39º 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 #A8EDBC is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 188 | - |
CMYK | 0.29 | 0 | 0.21 | 0.07 |
HSL | 137.39º | 0.66% | 0.79% | - |
HSV(B) | 137.39º | 0.29% | 0.93% | - |
XYZ | 55.51 | 72.52 | 58.65 | - |
YUV | 210.78 | 115.14 | 97.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 188 | 0.29 | 0 | 0.21 | 0.07 | 137.39 | 0.66 | 0.79 |
Hex | A8 | ED | BC | 1D | 0 | 15 | 7 | 89 | 42 | 4F |
Octal | 250 | 355 | 274 | 35 | 0 | 25 | 7 | 211 | 102 | 117 |
Binary | 10101000 | 11101101 | 10111100 | 11101 | 0 | 10101 | 111 | 10001001 | 1000010 | 1001111 |
Color Harmonies of #A8EDBC
Complementary color
Monochromatic Colors of #A8EDBC
Black with #A8EDBC
Text Example
Text Example
White with #A8EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDBC; }
p { color: rgb(168,237,188); }
H1.HeaderClassName
{
color: #A8EDBC;
}
.AnyTagClassName
{
color: #A8EDBC;
}
</style>
background-color css
<style>
a { background-color: #A8EDBC; }
a { background-color: rgb(168,237,188); }
div.DivClassName
{
background-color: #A8EDBC;
}
.BgClassName
{
background-color: #A8EDBC;
}
</style>
border-color css
<style>
span { border-color: #A8EDBC; }
span { border-color: rgb(168,237,188); }
td.TdClassName
{
border-color: #A8EDBC;
}
.TagClassName
{
border-color: #A8EDBC;
}
</style>