Shades of Fringy Flower #ACF1BE
Tints of Fringy Flower #ACF1BE
RGB
CMYK
RGB Variations
Color information
#ACF1BE (or 0xACF1BE) is known color: Fringy Flower. HEX triplet: AC, F1 and BE. RGB value is (172,241,190). Sum of RGB (Red+Green+Blue) = 172+241+190=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BE is #530E41. Grayscale: #D6D6D6. Windows color (decimal): -5443138 or 12513708. OLE color: 12513708.
HSL color Cylindrical-coordinate representation of color #ACF1BE: hue angle of 135.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1BE is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
RGB | 172 | 241 | 190 | - |
CMYK | 0.29 | 0 | 0.21 | 0.05 |
HSL | 135.65º | 0.71% | 0.81% | - |
HSV(B) | 135.65º | 0.29% | 0.95% | - |
XYZ | 57.76 | 75.4 | 60.22 | - |
YUV | 214.56 | 114.14 | 97.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 241 | 190 | 0.29 | 0 | 0.21 | 0.05 | 135.65 | 0.71 | 0.81 |
Hex | AC | F1 | BE | 1D | 0 | 15 | 5 | 88 | 47 | 51 |
Octal | 254 | 361 | 276 | 35 | 0 | 25 | 5 | 210 | 107 | 121 |
Binary | 10101100 | 11110001 | 10111110 | 11101 | 0 | 10101 | 101 | 10001000 | 1000111 | 1010001 |
Color Harmonies of #ACF1BE
Complementary color
Monochromatic Colors of #ACF1BE
Black with #ACF1BE
Text Example
Text Example
White with #ACF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1BE; }
p { color: rgb(172,241,190); }
H1.HeaderClassName
{
color: #ACF1BE;
}
.AnyTagClassName
{
color: #ACF1BE;
}
</style>
background-color css
<style>
a { background-color: #ACF1BE; }
a { background-color: rgb(172,241,190); }
div.DivClassName
{
background-color: #ACF1BE;
}
.BgClassName
{
background-color: #ACF1BE;
}
</style>
border-color css
<style>
span { border-color: #ACF1BE; }
span { border-color: rgb(172,241,190); }
td.TdClassName
{
border-color: #ACF1BE;
}
.TagClassName
{
border-color: #ACF1BE;
}
</style>