Shades of Fringy Flower #AFEDC2
Tints of Fringy Flower #AFEDC2
RGB
CMYK
RGB Variations
Color information
#AFEDC2 (or 0xAFEDC2) is known color: Fringy Flower. HEX triplet: AF, ED and C2. RGB value is (175,237,194). Sum of RGB (Red+Green+Blue) = 175+237+194=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC2 is #50123D. Grayscale: #D5D5D5. Windows color (decimal): -5247550 or 12774831. OLE color: 12774831.
HSL color Cylindrical-coordinate representation of color #AFEDC2: hue angle of 138.39º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDC2 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 194 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.07 |
| HSL | 138.39º | 0.63% | 0.81% | - |
| HSV(B) | 138.39º | 0.26% | 0.93% | - |
| XYZ | 57.7 | 73.58 | 62.2 | - |
| YUV | 213.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 194 | 0.26 | 0 | 0.18 | 0.07 | 138.39 | 0.63 | 0.81 |
| Hex | AF | ED | C2 | 1A | 0 | 12 | 7 | 8A | 3F | 51 |
| Octal | 257 | 355 | 302 | 32 | 0 | 22 | 7 | 212 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11000010 | 11010 | 0 | 10010 | 111 | 10001010 | 111111 | 1010001 |
Color Harmonies of #AFEDC2
Complementary color
Monochromatic Colors of #AFEDC2
Black with #AFEDC2
Text Example
Text Example
White with #AFEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDC2; }
p { color: rgb(175,237,194); }
H1.HeaderClassName
{
color: #AFEDC2;
}
.AnyTagClassName
{
color: #AFEDC2;
}
</style>
background-color css
<style>
a { background-color: #AFEDC2; }
a { background-color: rgb(175,237,194); }
div.DivClassName
{
background-color: #AFEDC2;
}
.BgClassName
{
background-color: #AFEDC2;
}
</style>
border-color css
<style>
span { border-color: #AFEDC2; }
span { border-color: rgb(175,237,194); }
td.TdClassName
{
border-color: #AFEDC2;
}
.TagClassName
{
border-color: #AFEDC2;
}
</style>