Shades of Water Leaf #A8EFE4
Tints of Water Leaf #A8EFE4
RGB
CMYK
RGB Variations
Color information
#A8EFE4 (or 0xA8EFE4) is known color: Water Leaf. HEX triplet: A8, EF and E4. RGB value is (168,239,228). Sum of RGB (Red+Green+Blue) = 168+239+228=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 228 (89.45% from 255 or 35.91% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFE4 is #57101B. Grayscale: #D8D8D8. Windows color (decimal): -5705756 or 15003560. OLE color: 15003560.
HSL color Cylindrical-coordinate representation of color #A8EFE4: hue angle of 170.7º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFE4 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 228 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.06 |
| HSL | 170.7º | 0.69% | 0.8% | - |
| HSV(B) | 170.7º | 0.3% | 0.94% | - |
| XYZ | 61.02 | 75.66 | 84.79 | - |
| YUV | 216.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 228 | 0.30 | 0 | 0.05 | 0.06 | 170.7 | 0.69 | 0.8 |
| Hex | A8 | EF | E4 | 1E | 0 | 5 | 6 | AB | 45 | 50 |
| Octal | 250 | 357 | 344 | 36 | 0 | 5 | 6 | 253 | 105 | 120 |
| Binary | 10101000 | 11101111 | 11100100 | 11110 | 0 | 101 | 110 | 10101011 | 1000101 | 1010000 |
Color Harmonies of #A8EFE4
Complementary color
Monochromatic Colors of #A8EFE4
Black with #A8EFE4
Text Example
Text Example
White with #A8EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFE4; }
p { color: rgb(168,239,228); }
H1.HeaderClassName
{
color: #A8EFE4;
}
.AnyTagClassName
{
color: #A8EFE4;
}
</style>
background-color css
<style>
a { background-color: #A8EFE4; }
a { background-color: rgb(168,239,228); }
div.DivClassName
{
background-color: #A8EFE4;
}
.BgClassName
{
background-color: #A8EFE4;
}
</style>
border-color css
<style>
span { border-color: #A8EFE4; }
span { border-color: rgb(168,239,228); }
td.TdClassName
{
border-color: #A8EFE4;
}
.TagClassName
{
border-color: #A8EFE4;
}
</style>