Shades of Aqua Spring #F0F3F0
Tints of Aqua Spring #F0F3F0
RGB
CMYK
RGB Variations
Color information
#F0F3F0 (or 0xF0F3F0) is known color: Aqua Spring. HEX triplet: F0, F3 and F0. RGB value is (240,243,240). Sum of RGB (Red+Green+Blue) = 240+243+240=723 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.20% from 723); Green value is 243 (95.31% from 255 or 33.61% from 723); Blue value is 240 (94.14% from 255 or 33.20% from 723); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F3F0 is #0F0C0F. Grayscale: #F1F1F1. Windows color (decimal): -986128 or 15791088. OLE color: 15791088.
HSL color Cylindrical-coordinate representation of color #F0F3F0: hue angle of 120º degrees, saturation: 0.11, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0F3F0 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 240 | 243 | 240 | - |
CMYK | 0.01 | 0 | 0.01 | 0.05 |
HSL | 120º | 0.11% | 0.95% | - |
HSV(B) | 120º | 0.01% | 0.95% | - |
XYZ | 83.71 | 88.92 | 95.19 | - |
YUV | 241.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 243 | 240 | 0.01 | 0 | 0.01 | 0.05 | 120 | 0.11 | 0.95 |
Hex | F0 | F3 | F0 | 1 | 0 | 1 | 5 | 78 | B | 5F |
Octal | 360 | 363 | 360 | 1 | 0 | 1 | 5 | 170 | 13 | 137 |
Binary | 11110000 | 11110011 | 11110000 | 1 | 0 | 1 | 101 | 1111000 | 1011 | 1011111 |
Color Harmonies of #F0F3F0
Complementary color
Monochromatic Colors of #F0F3F0
Black with #F0F3F0
Text Example
Text Example
White with #F0F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3F0; }
p { color: rgb(240,243,240); }
H1.HeaderClassName
{
color: #F0F3F0;
}
.AnyTagClassName
{
color: #F0F3F0;
}
</style>
background-color css
<style>
a { background-color: #F0F3F0; }
a { background-color: rgb(240,243,240); }
div.DivClassName
{
background-color: #F0F3F0;
}
.BgClassName
{
background-color: #F0F3F0;
}
</style>
border-color css
<style>
span { border-color: #F0F3F0; }
span { border-color: rgb(240,243,240); }
td.TdClassName
{
border-color: #F0F3F0;
}
.TagClassName
{
border-color: #F0F3F0;
}
</style>