#EFF3EF

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

Shades of Aqua Spring #EFF3EF

Tints of Aqua Spring #EFF3EF

Color information

#EFF3EF (or 0xEFF3EF) is unknown color: approx Aqua Spring. HEX triplet: EF, F3 and EF. RGB value is (239,243,239). Sum of RGB (Red+Green+Blue) = 239+243+239=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3EF is #100C10. Grayscale: #F1F1F1. Windows color (decimal): -1051665 or 15725551. OLE color: 15725551.

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

Color convert

RGB239243239-
CMYK0.0200.020.05
HSL120º14.29%94.51%-
HSV(B)120º1.65%95.29%-
XYZ83.2388.6894.39-
YUV241.35126.67126.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.15%
GREEN value IS 243 (95.31% from 255) = 33.70%
BLUE value IS 239 (93.75% from 255) = 33.15%
R=33.15%
G=33.70%
B=33.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392432390.0200.020.0512014.2994.51
HexEFF3EF202578e5f
Octal357363357202517016137
Binary11101111111100111110111110010101111100011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3EF; }

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

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

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

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

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

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

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

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