#EFF0EF

Color #EFF0EF Aqua Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Spring #EFF0EF

Tints of Aqua Spring #EFF0EF

Color information

#EFF0EF (or 0xEFF0EF) is unknown color: approx Aqua Spring. HEX triplet: EF, F0 and EF. RGB value is (239,240,239). Sum of RGB (Red+Green+Blue) = 239+240+239=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 239 (93.75% from 255 or 33.29% from 718); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0EF is #100F10. Grayscale: #EFEFEF. Windows color (decimal): -1052433 or 15724783. OLE color: 15724783.

HSL color Cylindrical-coordinate representation of color #EFF0EF: hue angle of 120º degrees, saturation: 0.03, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EFF0EF is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB239240239-
CMYK0.0000.000.06
HSL120º3.23%93.92%-
HSV(B)120º0.42%94.12%-
XYZ82.3486.994.1-
YUV239.59127.67127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 33.29%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 239 (93.75% from 255) = 33.29%
R=33.29%
G=33.43%
B=33.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402390.0000.000.061203.2393.92
HexEFF0EF00067835e
Octal35736035700061703136
Binary1110111111110000111011110001101111000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0EF; }

 p { color: rgb(239,240,239); }

 H1.HeaderClassName
 {
   color: #EFF0EF;
 }
 .AnyTagClassName
 {
   color: #EFF0EF;
 }
</style>
background-color css

<style>
 a { background-color: #EFF0EF; }

 a { background-color: rgb(239,240,239); }

 div.DivClassName
 {
   background-color: #EFF0EF;
 }
 .BgClassName
 {
   background-color: #EFF0EF;
 }
</style>
border-color css

<style>
 span { border-color: #EFF0EF; }

 span { border-color: rgb(239,240,239); }

 td.TdClassName
 {
   border-color: #EFF0EF;
 }
 .TagClassName
 {
   border-color: #EFF0EF;
 }
</style>