Shades of Water Leaf #A8FBE3
Tints of Water Leaf #A8FBE3
RGB
CMYK
RGB Variations
Color information
#A8FBE3 (or 0xA8FBE3) is known color: Water Leaf. HEX triplet: A8, FB and E3. RGB value is (168,251,227). Sum of RGB (Red+Green+Blue) = 168+251+227=646 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.01% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBE3 is #57041C. Grayscale: #DFDFDF. Windows color (decimal): -5702685 or 14941096. OLE color: 14941096.
HSL color Cylindrical-coordinate representation of color #A8FBE3: hue angle of 162.65º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FBE3 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
RGB | 168 | 251 | 227 | - |
CMYK | 0.33 | 0 | 0.10 | 0.02 |
HSL | 162.65º | 0.91% | 0.82% | - |
HSV(B) | 162.65º | 0.33% | 0.98% | - |
XYZ | 64.51 | 82.87 | 85.27 | - |
YUV | 223.45 | 130 | 88.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 251 | 227 | 0.33 | 0 | 0.10 | 0.02 | 162.65 | 0.91 | 0.82 |
Hex | A8 | FB | E3 | 21 | 0 | A | 2 | A3 | 5B | 52 |
Octal | 250 | 373 | 343 | 41 | 0 | 12 | 2 | 243 | 133 | 122 |
Binary | 10101000 | 11111011 | 11100011 | 100001 | 0 | 1010 | 10 | 10100011 | 1011011 | 1010010 |
Color Harmonies of #A8FBE3
Complementary color
Monochromatic Colors of #A8FBE3
Black with #A8FBE3
Text Example
Text Example
White with #A8FBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBE3; }
p { color: rgb(168,251,227); }
H1.HeaderClassName
{
color: #A8FBE3;
}
.AnyTagClassName
{
color: #A8FBE3;
}
</style>
background-color css
<style>
a { background-color: #A8FBE3; }
a { background-color: rgb(168,251,227); }
div.DivClassName
{
background-color: #A8FBE3;
}
.BgClassName
{
background-color: #A8FBE3;
}
</style>
border-color css
<style>
span { border-color: #A8FBE3; }
span { border-color: rgb(168,251,227); }
td.TdClassName
{
border-color: #A8FBE3;
}
.TagClassName
{
border-color: #A8FBE3;
}
</style>